Changes between Version 83 and Version 84 of AndroidPort


Ignore:
Timestamp:
Jan 8, 2012, 12:21:00 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v83 v84  
    166166$ svn co http://svn.wildfiregames.com/public/ps/trunk/ ~/android/0ad/jni/src
    167167}}}
    168 Open the file `Android.mk` in the `jni/src` directory under the project directory, e.g.:
     168Open the file `Android.mk` in the `jni/src` directory under the project directory in a text editor, e.g.:
    169169
    170170{{{
     
    180180== Installing replacement libraries ==
    181181== Building the application ==
    182 The native library (i.e. the actual game) is built by running the `ndk-build` command in the project directory, e.g.:
     182The native library (i.e. the actual game) is built by running the `ndk-build` command in the project directory, e.g.:
    183183
    184184{{{