Confirmed users
325
edits
(→Fedora 13: Android SDK r06 is no longer available; current is r18, and r7 is the latest ndk (but above it says r6 is the latest tested with FF)) |
(→Install Android NDK: revs to match main page) |
||
Line 23: | Line 23: | ||
sudo apt-get build-dep firefox | sudo apt-get build-dep firefox | ||
==== Install Android NDK==== | ==== Install Android NDK==== | ||
Download and extract the NDK. NDK revs 4 | Download and extract the NDK. NDK revs 4-7 have been tested and confirmed to work. Builders currently use r5c. | ||
wget http://dl.google.com/android/ndk/android-ndk- | wget http://dl.google.com/android/ndk/android-ndk-r5c-linux-x86.tar.bz2 | ||
tar -xjf android-ndk- | tar -xjf android-ndk-r5c-linux-x86.tar.bz2 | ||
==== Install Android SDK ==== | ==== Install Android SDK ==== | ||
You should just install the latest sdk, we set the API level in our manifest files. The sdk download will take a while, make sure you have a decent internet connection and go get coffee, or maybe lunch. | You should just install the latest sdk, we set the API level in our manifest files. The sdk download will take a while, make sure you have a decent internet connection and go get coffee, or maybe lunch. |