Changes between Version 51 and Version 52 of AndroidPort


Ignore:
Timestamp:
Jan 3, 2012, 2:00:52 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v51 v52  
    111111
    112112{{{
    113 mkdir ~/android
     113$ mkdir ~/android
    114114}}}
    115115Next, [http://developer.android.com/sdk/installing.html install the Android SDK]. Download the SDK package from [http://developer.android.com/sdk/index.html this page] to the project directory and then unpack it there, e.g.:
    116116
    117117{{{
    118 cd ~/android
    119 tar -xvf android-sdk_r16-linux.tgz
     118$ cd ~/android
     119$ tar -xvf android-sdk_r16-linux.tgz
    120120}}}
    121121Now complete the installation by running the `android` tool:
    122122
    123123{{{
    124 cd ~/android/android-sdk-linux
    125 ./android
     124$ cd ~/android/android-sdk-linux
     125$ ./android
    126126}}}
    127127A window with installable packages should appear. In addition to any packages checked by default, make sure 'Android SDK Platform-tools' is checked and click 'Install packages'.