Changes between Version 82 and Version 83 of AndroidPort


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v82 v83  
    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, e.g.:
    169169
    170170{{{
    171171$ nano -w ~/android/0ad/jni/src/Android.mk
    172172}}}
    173 
    174 
    175 Under the comment reading "Add your application source files here..." add the `source/main.cpp` file:
     173Under the comment reading "Add your application source files here..." add the `source/main.cpp` file:
    176174
    177175{{{
     
    182180== Installing replacement libraries ==
    183181== Building the application ==
    184 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.:
    185183
    186184{{{