SUU DOO KUU checklist

  1. In AndroidManifest.xml update android:versionCode and android:versionName.
  2. All debug flags CSpiApplication must be set to false
  3. In Application.mk
    1. Check APP_OPTIM := release
    2. Check APP_PLATFORM := android-9
    3. Check APP_ABI := all
  4. run LINT
  5. Install the app.
  6. After installation, check the android:versionName.
  7. Test the auto-save.
  8. Play one game then lose.
  9. Play one game then win.
  10. Check the online help

Leave a Reply