You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/android/Readme.md
+39-2Lines changed: 39 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ To generate an APK file, follow these instructions.
5
5
6
6
## Android binary with Docker
7
7
8
-
✓ _These binaries should be reproducible.
8
+
✓ _These binaries should be reproducible, meaning you should be able to generate
9
+
binaries that match the official releases._
9
10
10
11
This assumes an Ubuntu (x86_64) host, but it should not be too hard to adapt to another
11
12
similar system.
@@ -16,13 +17,20 @@ similar system.
16
17
17
18
2. Build binaries (Note that this only works for debug builds! Otherwise the security model of Android does not let you access the internal storage of an app without root)
18
19
20
+
The build script takes a few arguments. To see syntax, run it without providing any:
19
21
```
20
22
$ ./build.sh debug
21
23
```
22
-
If you want reproducibility, try instead e.g.:
24
+
For development, consider e.g. `$ ./build.sh kivy arm64-v8a debug`
0 commit comments