gpt4 book ai didi

android-studio - Android单击调试选择发布版本

转载 作者:行者123 更新时间:2023-12-03 05:57:17 25 4
gpt4 key购买 nike

在Android Studio中,当我单击工具栏中的“调试”图标时,出现gradle试图进行发布。

首先,它显示了“编辑配置”弹出窗口。在底部,有一条消息“您当前选择的变体(app-release-unsigned.apk)的apk未签名。请为此变体(release)指定签名配置。

为什么单击“调试”时尝试使用“发布”?显然我改变了一些东西,但愿我知道...

这是我的应用程序build.gradle:

apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "25.0.0"
compileOptions.encoding = 'UTF-8'

defaultConfig {
applicationId "com.perinote.camera"
minSdkVersion 15
targetSdkVersion 24

renderscriptTargetApi 20
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}

lintOptions {
checkReleaseBuilds false
}
}

dependencies {
compile 'com.android.support:support-v4:24.0.0'
testCompile 'junit:junit:4.12'
}

最佳答案

通过删除.idea目录来解决。重新生成后,我的构建就正确生成了。

我还完全删除并重新安装了Android Studio和SDK。但是,此后调试版本仍然困惑。

关于android-studio - Android单击调试选择发布版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44055962/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com