Changes between Version 65 and Version 66 of AndroidPort


Ignore:
Timestamp:
Jan 6, 2012, 12:24:42 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v65 v66  
    113113$ mkdir ~/android
    114114}}}
    115 Next, [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.:
     115Next, [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 working directory and then unpack it there, e.g.:
    116116
    117117{{{
     
    126126A window with installable packages should open. In addition to any packages checked by default, make sure 'Android SDK Platform-tools' is checked and click 'Install packages'.
    127127
     128You also need to install the Android NDK (!r4 or later). Download the NDK package from [http://developer.android.com/sdk/ndk/index.html this page] to the working directory and then unpack there, e.g.:
     129
     130{{{
     131$ cd ~/android
     132$ tar -xvf [http://dl.google.com/android/ndk/android-ndk-r7-linux-x86.tar.bz2 android-ndk-r7-linux-x86.tar.bz2]
     133}}}
     134
     135
    128136You also must install a Java Development Kit (JDK) if you haven't already, e.g. [https://apps.ubuntu.com/cat/applications/oneiric/default-jdk/ the standard JDK from Ubuntu Software Center].