当我尝试生成singend apk时,其显示apk singend失败
bulid.gradle文件
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
defaultConfig {
applicationId "com.fma.airhorn"
minSdkVersion 16
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
依赖项{ 实现fileTree(dir:'libs',包括:['* .jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
///////////////////////////////////////////////// //////////////////////////////////////////////////// /// 消息失败
失败:构建失败,并出现异常。
出了什么问题: 任务':app:validateSigningRelease'的执行失败。
找不到用于签名配置“ externalOverride”的密钥库文件“ E:\ Android \ jre \ jre \ bin \气喇叭释放”。
尝试: 使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行,以获取更多日志输出。使用--scan运行以获取完整的见解。
42秒内失败
答案 0 :(得分:0)
您可能将keystore.jks
文件的路径放错了位置。
检查您的keystore
路径。查找第一次生成keystore
路径的位置。检查C:\ Users.android