[Tutorial3.8.6]How to Build Android/GooglePlay Game for Android 16(API Level 36)

  1. Download latest SDK by Android Studio


    *Do not forget check [Show Package Details] to select SDK Tools Version




  2. Set the Preference of CocosCreator

  3. Add new build task, build to create Android proj.

  1. Open folder ( [Project Folder]/build/[Platform]/proj ) by Android Studio
    It will go error like below.

  2. Change the Gradle JDK settings to the version which is installed on your pc.

  3. Change the gradle settings.


    :stop_sign:ndkVersion: 29 is not support yet. So please change to version: 28.0.13004108


  4. Press “Try Again” or “Sync Now”.
    Then it would go error, and gradle(instantapp) will appear.


    add ndkVersion setting, then “Sync Now”