Skip to content

Commit a4c2a88

Browse files
committed
Fixed filenames in APK unpacking doc
1 parent 5c587cf commit a4c2a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/troubleshooting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ APKs are just zip files, so you can extract the contents easily::
8282
At the top level, this will always contain the same set of files::
8383

8484
$ ls
85-
AndroidManifest.xml classes.dex META-INF res
86-
assets lib PyonicPython2interpreter-0.9-debug.apk resources.arsc
85+
AndroidManifest.xml classes.dex META-INF res
86+
assets lib YourApk.apk resources.arsc
8787

8888
The Python distribution is in the assets folder::
8989

0 commit comments

Comments
 (0)