Changes between Version 89 and Version 90 of AndroidPort


Ignore:
Timestamp:
Jan 8, 2012, 8:46:33 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v89 v90  
    7979
    8080 * Double-tap position in game world - apply selected unit's primary action to the position.
    81 
    82 
    8381
    8482== Libraries ==
     
    192190
    193191== Installing replacement libraries ==
     192The Android platform provides only a very minimal C++ runtime support library (/system/lib/libstdc++) and corresponding headers for it in the NDK. To compile the game with the Standard C++ Library, we have to explicitly enable the GNU STL runtime.
     193
     194
     195
    194196== Building the application ==
    195197The native library (i.e. the actual game) is built by running the `ndk-build` command in the project directory, e.g.: