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
Then in both cases run ``python setup.py install``.
36
36
37
+
Dependencies
38
+
------------
39
+
40
+
python-for-android has several dependencies that must be installed,
41
+
via your package manager or otherwise. These include:
42
+
43
+
- git
44
+
- ant
45
+
- python2
46
+
- the Android `SDK <https://developer.android.com/sdk/index.html#Other>`_ and `NDK <https://developer.android.com/ndk/downloads/index.html>`_ (see below)
47
+
- a Java JDK (e.g. openjdk-7)
48
+
- zlib (including 32 bit)
49
+
- libncurses (including 32 bit)
50
+
- unzip
51
+
- ccache (optional)
52
+
53
+
On recent versions of Ubuntu and its derivatives you may be able to
0 commit comments