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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
Python 3 Android
2
2
================
3
3
4
-
This is an experimental set of build scripts that will cross-compile Python 3.12.4 for an Android device.
4
+
This is an experimental set of build scripts that will cross-compile Python 3.13.0 for an Android device.
5
5
6
6
Building requires:
7
7
-----
8
8
9
9
1. Linux. This project might work on other systems supported by NDK but no guarantee.
10
-
2. Android NDK r26d installed and environment variable ``$ANDROID_NDK`` points to its root directory. Older NDK may not work and NDK <= r18 is known to be incompatible.
11
-
<br>An example of how to set the environment variable would be ``export ANDROID_NDK="/home/myuser/android-ndk-r26d-linux" >> $HOME/.bashrc``
10
+
2. Android NDK r28 installed and environment variable ``$ANDROID_NDK`` points to its root directory. Older NDK may not work and NDK <= r18 is known to be incompatible.
11
+
<br>An example of how to set the environment variable would be ``export ANDROID_NDK="/home/myuser/android-ndk-r30-linux" >> $HOME/.bashrc``
12
12
13
13
<br>
14
14
Running requires:
@@ -24,9 +24,9 @@ Build
24
24
1. Run `sudo ./clean.sh` for good measure, and after each build.
25
25
2. You will need a separate build run for every API Level/architecture combination you wish to run on:
26
26
<br>Here are a couple of examples to build a static version of the library with docker.
0 commit comments