Skip to content

Commit 6697351

Browse files
committed
update readme
1 parent 5994985 commit 6697351

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ AndroidIDE/android/
1717
app/err
1818

1919
*.apk
20+
21+
AndroidIDE/build/

AndroidIDE/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<uses-sdk android:minSdkVersion="17" android:targetSdkVersion="28"/>
44
<application android:icon="@mipmap/ic_launcher" android:label="">
55
<activity android:name=".MainActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen">

AndroidIDE/readme.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@ Compile for android:
2727

2828
1. generate the dzaima/APL interpreter jar file - run `./convert.py` in `app/`.
2929
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.
3731

3832
Alternatively, Processing runs the project in Java mode just fine (keyboard input may be a bit funky though).
3933

0 commit comments

Comments
 (0)