android notes

From Noah.org
Revision as of 14:05, 22 October 2010 by Root (talk | contribs) (Created page with 'Category:Engineering = Install Android SDK and emulator = <pre> wget http://dl.google.com/android/android-sdk_r06-linux_86.tgz tar zxf android-sdk_r06-linux_86.tgz cd androi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Install Android SDK and emulator

wget http://dl.google.com/android/android-sdk_r06-linux_86.tgz
tar zxf android-sdk_r06-linux_86.tgz
cd android-sdk-linux_86
./tools/android

A GUI will start. Select Installed Packages. Click Update All....

This should update to at least r07 or later.