File tree 3 files changed +4
-8
lines changed
3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,5 @@ AndroidIDE/android/
17
17
app /err
18
18
19
19
* .apk
20
+
21
+ AndroidIDE /build /
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1 " android : versionName =" 1.0 " package =" dzaima.aplide" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 2 " android : versionName =" 0.1.3 " package =" dzaima.aplide" >
3
3
<uses-sdk android : minSdkVersion =" 17" android : targetSdkVersion =" 28" />
4
4
<application android : icon =" @mipmap/ic_launcher" android : label =" " >
5
5
<activity android : name =" .MainActivity" android : theme =" @style/Theme.AppCompat.Light.NoActionBar.FullScreen" >
Original file line number Diff line number Diff line change @@ -27,13 +27,7 @@ Compile for android:
27
27
28
28
1 . generate the dzaima/APL interpreter jar file - run ` ./convert.py ` in ` app/ ` .
29
29
2 . in PS.pde, change start to ` /* `
30
- 3 . Export application in Android mode
31
- 4 . Use your favorite way to compile the project, changing the min sdk version. For IntelliJ IDEA:
32
- - open with "use auto-import" checked
33
- - file → project structure → Project SDK = 1.8
34
- - sync, build → build project
35
- - project structure → facets → Android-Gradle (app) → Flavors → Min Sdk version → 24
36
- - build → generate signed APK → whatever
30
+ 3 . either run in android mode with a device connected, or File → Export Signed Package to generate an APK.
37
31
38
32
Alternatively, Processing runs the project in Java mode just fine (keyboard input may be a bit funky though).
39
33
You can’t perform that action at this time.
0 commit comments