Changes between Version 2 and Version 3 of AndroidPort


Ignore:
Timestamp:
Dec 28, 2011, 2:49:52 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v2 v3  
    11This page documents how 0 A.D. might be ported to the [http://www.android.com/ Android] platform.
     2
     3= Plan =
     4 1. Set up generic Android NDK build environment.
     5 1. Find and adapt replacement libraries for every dependency in the PC edition.
     6 1. Port graphics and sound to OpenGL ES and OpenSL ES, respectively.
     7 1. Come up with a suitable UI for mobile devices.
     8 1. Implement the new UI.
     9 1. Build the package with Android NDK and SDK.
     10 1. Publish the package on Android Market.
     11 1. Rock.
     12
     13
    214
    315= Target devices =
     
    1325
    1426== Libraries ==
    15 Android-compatible replacements must be found for all [http://trac.wildfiregames.com/wiki/BuildInstructions#Linux the dependencies of the PC edition]. This is what we have so far:
     27Android-compatible replacements must be found for all [http://trac.wildfiregames.com/wiki/BuildInstructions#Linux the dependencies of the PC edition]. This is what we have so far:
    1628
    1729 * GCC - the Android NDK provides its own ndk-build tool for compiling.