Changes between Version 120 and Version 121 of AndroidPort


Ignore:
Timestamp:
Jan 16, 2012, 6:30:26 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v120 v121  
    147147A window with installable packages should open. In addition to any packages checked by default, make sure 'Android SDK Platform-tools' is checked and click 'Install packages'.
    148148
    149 Google publishes a [http://developer.android.com/sdk/ndk/index.html Native Development Kit] (NDK), which is a set of tools for building native applications for the Android platform. Unfortunately, the official NDK does not and will not support the `std::wstring` (wide characters) datatype, which is required by the game, so we'll have to use the unofficial Crystax NDK, which is merely an extension of the official NDK adding support for wide characters and other features maligned by Google.
    150 
    151 Download the NDK package from [http://www.crystax.net/android/ndk.php this page] (!r4 or later) to the working directory and then unpack there, e.g.:
     149Google publishes a [http://developer.android.com/sdk/ndk/index.html Native Development Kit] (NDK), which is a set of tools for building native applications for the Android platform. Unfortunately, the official NDK does not and will not support the `std::wstring` (wide characters) datatype, which is required by the game, so we'll have to use the unofficial [http://www.crystax.net/android/ndk.php Crystax NDK]. This is merely an extension of the official NDK, adding support for wide characters and other features maligned by Google.
     150
     151Download the NDK package from [http://www.crystax.net/da/android/ndk/7 this page] to the working directory and then unpack there, e.g.:
    152152
    153153{{{