Android SDK version support

Options
liortal53
liortal53
edited June 2013 in Native
Hi,

Our game runs on Android and builds using the following SDKs

Android ndk-r8b
Android SDK (Platform version 13)

I couldn't find any information regarding compatibility with SDK versions, etc. Are these SDKs supported? should we use any higher version SDKs?

Comments

  • Kaiserludi
    Options
    We support target platform 8 (Android 2.2) and higher.
    For the NDK version, everything above r7 should work, but the NDK tends to have it quirks in every version. We currently use r8d for development.