在 build.gradel 上已經(jīng)建立了
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