We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf62a8a commit ff18da8Copy full SHA for ff18da8
python-build/README
@@ -18,6 +18,14 @@ export PATH="$NDK/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/
18
19
bash bootstrap.sh && build.sh && package.sh
20
21
+-------
22
+
23
+# Eli's journey
24
25
+1. I'm using ubuntu [ubuntu-12.04.3-dvd-i386](http://old-releases.ubuntu.com/releases/releases/12.04/release/ubuntu-12.04.3-dvd-i386.iso) (32-bit), tried ubuntu-12.04.3-desktop-amd64+mac (64-bit) doesn't work.
26
+2. check your gcc version, make sure you are using gcc-4.4, mine defaulted to gcc-4.6.
27
+3. [android-ndk-r7c](http://dl.google.com/android/ndk/android-ndk-r7c-linux-x86.tar.bz2)
28
+4. [andriod-sdk](https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz)
29
30
-------
31
0 commit comments