在 build.gradel 上已经建立了
android {
compileSdkVersion25
buildToolsVersion"25.0.2"
defaultConfig {
minSdkVersion9
targetSdkVersion25
versionCode1
versionName"1.0"
testInstrumentationRunner"android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabledfalse
proguardFiles getDefaultProguardFile('proguard-android.txt'),'proguard-rules.pro'
}
}
}
配置但是没有生成,参考了下面的帖子使用命令行可以生成
参考:
http://blog.csdn.net/getchance/article/details/47257389
http://blog.csdn.net/chenlibing521/article/details/52353871