gpt4 book ai didi

android-studio - 您需要使用不同的包名称,因为 "com.example"被限制

转载 作者:行者123 更新时间:2023-12-02 09:41:16 24 4
gpt4 key购买 nike

我已经在这里找到了很多关于这个问题的线索,但没有一个对我有用。

我使用的是 Android Studio 2.1.2,我还有 com.example 域名。在 list 或任何其他文件中更改它会导致出现大量错误,而我的 build.gradle 仅显示:

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}

allprojects {
repositories {
jcenter()
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}

有人可以给我一些建议吗,因为我已经在这个应用程序上花了很多时间了?提前致谢:-)

最佳答案

您在问题中显示的是顶级 build.gradle

打开应用程序级别 build.gradle(在 app 文件夹内)并根据 applciationId 更改包名称

您不需要在代码中的任何地方更改包名称。只需在此处更改它,就会生成带有提供的包名称的 apk,而不管 src 文件夹中的包是如何命名的。

关于android-studio - 您需要使用不同的包名称,因为 "com.example"被限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38372983/

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