Confirmed users
325
edits
m (→Fedora 13) |
(→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)) |
||
Line 46: | Line 46: | ||
Then install Android sdk and ndk : | Then install Android sdk and ndk : | ||
wget http://dl.google.com/android/android- | wget http://dl.google.com/android/android-sdk_r18-linux.tgz | ||
tar xzf android- | tar xzf android-sdk_r18-linux.tgz | ||
wget http:// | wget http://dl.google.com/android/ndk/android-ndk-r6-linux-x86.tar.bz2 | ||
tar xjf android-ndk- | tar xjf android-ndk-r6-linux-x86.tar.bz2 | ||
./android-sdk-linux_86/tools/android update sdk | ./android-sdk-linux_86/tools/android update sdk | ||