Changes between Version 74 and Version 75 of AndroidPort


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v74 v75  
    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.
     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.:
     145
     146{{{
     147$ cd ~/android
     148$ tar -xvf SDL-1.3.tar.gz
     149}}}
     150
     151
     152Then move the project template to the working directory, e.g.:
     153
     154{{{
     155$ mv SDL-1.3.0-6172/android-project/ ~/android
     156}}}