Changes between Version 75 and Version 76 of AndroidPort


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v75 v76  
    142142All data that is to be compiled and packaged into the Android application must be assembled in an Android ''project''.
    143143
    144 We'll use the template provided by SDL. Download the development snapshot for SDL 1.3 from [http://www.libsdl.org/hg.php this page] to the working directory and then unpack it there, e.g.:
     144We'll use the template provided by SDL. Download the development snapshot for SDL 1.3 from [http://www.libsdl.org/hg.php this page] to the working directory and then unpack it there, e.g.:
    145145
    146146{{{
     
    148148$ tar -xvf SDL-1.3.tar.gz
    149149}}}
    150 
    151 
    152 Then move the project template to the working directory, e.g.:
     150Then move the project template to a fitting name under the working directory, e.g.:
    153151
    154152{{{
    155 $ mv SDL-1.3.0-6172/android-project/ ~/android
     153$ mv SDL-1.3.0-6172/android-project/ ~/android/0ad
    156154}}}