gpt4 book ai didi

android - 清理项目时自动创建已签名的 APK

转载 作者:行者123 更新时间:2023-11-29 01:21:46 25 4
gpt4 key购买 nike

我使用的是 Android Studio 1.5.0。我在项目中没有问题。项目编译成功,运行没有问题。

But problem is when i try to clean my project, it automatically generates signed APK. No matter how many times i clean, it always generates a signed APK. I'm not aware how does this happen. And also when i click on any options under build it automatically generates the Signed APK.

但之前我使用的是 1.3 android studio 版本。一切正常的地方。

这是IDE的bug还是需要配置一些设置。任何帮助表示赞赏。

已编辑:添加了 Gradle 信息

apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'


android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
applicationId "com.example.com"
minSdkVersion 15
targetSdkVersion 22
versionCode 6
versionName "1.5"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors
{
}

packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
}

最佳答案

这不是错误。您的构建变体设置为发布,因此您必须将其设置回 Debug模式,如下图所示

从 Android Studio 屏幕的左下方访问构建变体选项。

关于android - 清理项目时自动创建已签名的 APK,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36420795/

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