File tree 3 files changed +23
-17
lines changed
3 files changed +23
-17
lines changed Original file line number Diff line number Diff line change
1
+ 0232
2
+ X Mismatched API level inside project.properties (Android mode ver. 3)
3
+ X https://github.com/processing/processing-android/issues/73
4
+ X ecj.jar isn't found properly
5
+ X https://github.com/processing/processing-android/issues/67
6
+ X https://github.com/processing/processing-android/pull/76
7
+
8
+ 0228
9
+ X figure out how to build from Eclipse JDI so we can remove tools.jar and javac
10
+ X https://github.com/processing/processing/issues/1840
11
+ X figure out Android build w/o javac so we can remove tools.jar and javac
12
+ X also to the p5 repo with just a JRE
13
+ X remove initRequirements from Base (no longer need JDI)
14
+ X move this into Android mode?
15
+ X https://github.com/processing/processing-android/issues/46
16
+
17
+ X requires deleting the app before reinstalling
18
+ X just fix this like the others
19
+ X https://github.com/processing/processing-android/issues/55
20
+
1
21
0217 android (released alongside 2.0b9)
2
22
X split Android mode from the rest of the project
3
23
X build core when building the mode itself
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ authorList = [The Processing Foundation](http://android.processing.org/)
3
3
url = https://github.com/processing/processing-android
4
4
sentence = Create projects with Processing for Android devices
5
5
paragraph = This version of the Android Mode is for Processing 3.0+
6
- version = 228
7
- prettyVersion = 3.0
8
- minRevision = 228
6
+ version = 232
7
+ prettyVersion = 3.0.1
8
+ minRevision = 232
9
9
maxRevision = 0
Original file line number Diff line number Diff line change @@ -9,24 +9,10 @@ X sync PVector plus the processing.data package
9
9
X https://github.com/processing/processing-android/issues/47
10
10
X https://github.com/processing/processing-android/pull/42
11
11
12
-
13
- _ figure out how to build from Eclipse JDI so we can remove tools.jar and javac
14
- _ https://github.com/processing/processing/issues/1840
15
- _ figure out Android build w/o javac so we can remove tools.jar and javac
16
- _ also to the p5 repo with just a JRE
17
- _ remove initRequirements from Base (no longer need JDI)
18
- _ move this into Android mode?
19
-
20
12
_ temporary files (for sketches and logs) are not deleted
21
13
o http://code.google.com/p/processing/issues/detail?id=562
22
14
_ https://github.com/processing/processing-android/issues/33
23
15
24
- _ requires deleting the app before reinstalling
25
- _ just fix this like the others
26
- debug:
27
- Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]
28
- Shutting down any existing adb server...
29
-
30
16
_ NullPointerException in AndroidBuild.writeLocalProps(AndroidBuild.java:458)
31
17
_ prompts for SDK, works; then after restart breaks again
32
18
_ also refers to ANDROID_HOME and not ANDROID_SDK..
You can’t perform that action at this time.
0 commit comments