simplifying android

This commit is contained in:
benfry
2011-01-29 21:52:37 +00:00
parent 66d983d057
commit dae66d3a2d
12 changed files with 554 additions and 371 deletions
+13 -9
View File
@@ -1,5 +1,18 @@
0193 android
o verify that processing-core.jar has downloaded properly
o http://code.google.com/p/processing/issues/detail?id=421
o this is the download page:
o http://code.google.com/p/processing/downloads/detail?name=processing-android-core-0191.zip
o so look for "SHA1 Checksum: 1ed63f9316441fe46949ef5a92a28f58cc7ee226"
_ try using the internal javac on windows and see if exceptions come through..
_ actually i think that might have been worse...
_ just use generic android apis as requirement, not the google apis
_ though it does give us the emulator skin.. maybe another option
_ instructions on installing the usb driver for windows
_ http://developer.android.com/sdk/win-usb.html
_ error in 'create avd' with "Emulator already exists" when it needs an upgrade
_ or cannot be used with the current setup
@@ -25,9 +38,6 @@ _ to create the new sdk object
_ need to do this for utf8: "overridable Ant javac properties: java.encoding"
_ new for sdk tools r8, it's using ascii as the default, we're utf-8
_ just use generic android apis as requirement, not the google apis
_ though it does give us the emulator skin.. maybe another option
_ need to do something to make it easier to do new screen sizes.
_ when returning to android application, sometimes screen stays black
@@ -44,12 +54,6 @@ _ Error 336 Can't run any sketch.
_ http://code.google.com/p/processing/issues/detail?id=393
_ javac.exe not included with the download
_ verify that processing-core.jar has downloaded properly
_ http://code.google.com/p/processing/issues/detail?id=421
_ this is the download page:
_ http://code.google.com/p/processing/downloads/detail?name=processing-android-core-0191.zip
_ so look for "SHA1 Checksum: 1ed63f9316441fe46949ef5a92a28f58cc7ee226"
_ gui stuff: http://hg.postspectacular.com/cp5magic/wiki/Home
_ "failed to get signature key" problem