cocos2dx-based project in android-studio using gradle-experimental plugin
问题 I have a gradle-experimental 0.6.0-alpha1 compliant build.gradle file: apply plugin: 'com.android.model.application' model { android { compileSdkVersion = 21 buildToolsVersion = "23.0.2" defaultConfig.with { applicationId = "com.company.application" minSdkVersion.apiLevel = 21 targetSdkVersion.apiLevel = 21 } } android.buildTypes { release { minifyEnabled = false proguardFiles.add(file('proguard-rules.pro')) } } android.ndk { moduleName = "moduleName" } } dependencies { compile project('