@@ -37,7 +37,7 @@ much easier experience:
3737* `Termux <https://termux.dev/en/ >`__
3838
3939If you're sure you want to do all of this manually, read on. You can use the
40- :source: `testbed app <Android/testbed> ` as a guide; each step below contains a
40+ :source: `testbed app <Platforms/ Android/testbed> ` as a guide; each step below contains a
4141link to the relevant file.
4242
4343* First, acquire a build of Python for Android:
@@ -47,10 +47,10 @@ link to the relevant file.
4747 mentioned below is at the top level of the package.
4848
4949 * Or if you want to build it yourself, follow the instructions in
50- :source: `Android/README.md `. The ``prefix `` directory will be created under
50+ :source: `Platforms/ Android/README.md `. The ``prefix `` directory will be created under
5151 :samp: `cross-build/{ HOST } `.
5252
53- * Add code to your :source: `build.gradle <Android/testbed/app/build.gradle.kts> `
53+ * Add code to your :source: `build.gradle <Platforms/ Android/testbed/app/build.gradle.kts> `
5454 file to copy the following items into your project. All except your own Python
5555 code can be copied from ``prefix/lib ``:
5656
@@ -65,10 +65,10 @@ link to the relevant file.
6565 * ``python*.*/site-packages `` (your own Python code)
6666
6767* Add code to your app to :source: `extract the assets to the filesystem
68- <Android/testbed/app/src/main/java/org/python/testbed/MainActivity.kt> `.
68+ <Platforms/ Android/testbed/app/src/main/java/org/python/testbed/MainActivity.kt> `.
6969
7070* Add code to your app to :source: `start Python in embedded mode
71- <Android/testbed/app/src/main/c/main_activity.c> `. This will need to be C code
71+ <Platforms/ Android/testbed/app/src/main/c/main_activity.c> `. This will need to be C code
7272 called via JNI.
7373
7474Building a Python package for Android
0 commit comments