Changes between Version 66 and Version 67 of AndroidPort


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v66 v67  
    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
    128 You 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.:
     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.:
    129129
    130130{{{
    131131$ 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]
     132$ tar -xvf android-ndk-r7-linux-x86.tar.bz2
    133133}}}
    134 
    135 
    136134You 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].