-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Original author: [email protected] (June 07, 2010 01:19:41)
This bug automatically added from:
http://dev.processing.org/bugs/show_bug.cgi?id=1481
Comment from fry, 2010-02-26 10:43
if building and running a sketch on a device across multiple machines, the
debug.keystore will be different. when trying to install, you'll get an
error saying that the application must be manually removed.
options for this: 1) copy the keystore between machines that do development
(yech) 2) automatically remove the code the first time it's compiled and
installed from p5 within a session.
#2 is better, but requires a check to see if the application is already
installed. the remove operation seems fairly quick.
Original issue: http://code.google.com/p/processing/issues/detail?id=236