We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5c030 commit e617c5cCopy full SHA for e617c5c
docs/source/usage.rst
@@ -41,6 +41,14 @@ Then, the android package (APK) will be generated at:
41
42
bin/touchtracer-1.0-debug.apk
43
44
+.. warning::
45
+
46
+ Some files and modules for python are blacklisted by default to
47
+ save a few megabytes on the final apk file, in case your
48
+ applications doesn't find a standard python module, check the
49
+ src/blacklist.txt file remove the module you need from the list,
50
+ and try again.
51
52
Available options to `build.py`::
53
54
-h, --help show this help message and exit
0 commit comments