Changes between Version 78 and Version 79 of AndroidPort


Ignore:
Timestamp:
Jan 7, 2012, 9:58:12 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v78 v79  
    134134You 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] is installed:
     136Finally, make sure [http://ant.apache.org/ Ant] and Subversion is installed:
    137137
    138138{{{
    139 $ sudo apt-get install ant
     139$ sudo apt-get install ant subversion
    140140}}}
    141141== Setting up an Android project ==
     
    153153$ mv SDL-1.3.0-6172/android-project/ ~/android/0ad
    154154}}}
    155 This is your ''project directory''. Now move the SDL directory itself into the `jni` directory under the project directory, e.g.:
     155This is your ''project directory''. Now move the SDL directory itself into the `jni` directory under the project directory, e.g.:
    156156
    157157{{{
    158158$ mv SDL-1.3.0-6172/ ~/android/0ad/jni
    159159}}}
    160 Now download the game source code into the `jni/src` directory under the project directory, e.g.: 
     160Now download the game source code into the `jni/src` directory under the project directory, e.g.:
    161161
    162162{{{