cocos2D-X anroid api config

# Android SDK version that will be used as the compile project
#PROP_COMPILE_SDK_VERSION=27
PROP_COMPILE_SDK_VERSION=28

# Android SDK version that will be used as the earliest version of android this application can run on
#PROP_MIN_SDK_VERSION=14
PROP_MIN_SDK_VERSION=16

# Android SDK version that will be used as the latest version of android this application has been tested on
#PROP_TARGET_SDK_VERSION=27
PROP_TARGET_SDK_VERSION=28

# Android Build Tools version that will be used as the compile project
PROP_BUILD_TOOLS_VERSION=27.0.3




gradle version 3.1.0
原文地址:https://www.cnblogs.com/YZFHKMS-X/p/12585277.html