User:Bear:AndroidNotes: Difference between revisions

m
 
(One intermediate revision by the same user not shown)
Line 34: Line 34:
  wget http://developer.android.com/sdk/download.html?v=android-sdk_r06-linux_86.tgz
  wget http://developer.android.com/sdk/download.html?v=android-sdk_r06-linux_86.tgz
* download the platform SDK(s)
* download the platform SDK(s)
wget http://dl-ssl.google.com/android/repository/android-2.1_r02-linux.zip
  wget http://dl-ssl.google.com/android/repository/android-2.2_r01-linux.zip
  wget http://dl-ssl.google.com/android/repository/android-2.2_r01-linux.zip
* extract the base SDK and "install" the platform SDK
* extract the base SDK and "install" the platform SDK
Line 39: Line 40:
  cd android-sdk-linux_86/platforms
  cd android-sdk-linux_86/platforms
  unzip /path/to/it/android-2.2_r01-linux.zip
  unzip /path/to/it/android-2.2_r01-linux.zip
  mv android-2.2_r01-linux android-r8
  mv android-2.2_r01-linux android-8
unzip /path/to/it/android-2.1_r01-linux.zip
mv android-2.1_r01-linux android-7
470

edits