【发布时间】:2016-07-14 11:28:13
【问题描述】:
我已经在这里找到了很多关于这个问题的帖子,但没有一个对我有用。
我使用的是 Android Studio 2.1.2,而且我还有 com.example 域名。在清单或任何其他文件中更改它会导致出现许多错误,而我的 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
}
有人可以给我一些建议吗,因为我已经花了很多时间在这个应用程序上?在此先感谢:-)
【问题讨论】:
标签: android-studio google-play domain-name