Changes between Version 79 and Version 80 of AndroidPort


Ignore:
Timestamp:
Jan 7, 2012, 10:00:35 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v79 v80  
    132132$ tar -xvf android-ndk-r7-linux-x86.tar.bz2
    133133}}}
    134 You 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].
     134You 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]:
    135135
    136 Finally, make sure [http://ant.apache.org/ Ant] and Subversion is installed:
     136{{{
     137$ sudo apt-get install default-jdk
     138}}}
     139Finally, make sure [http://ant.apache.org/ Ant] and [http://subversion.tigris.org/ Subversion] is installed:
    137140
    138141{{{