我们可以在android studio 1.5中更改aap名称或packagne名称吗?
问题描述:
我想知道我们如何能够在gradule文件机器人工作室1.5..i的变化而变化的应用程序包的名字,但它没有工作..我们可以在android studio 1.5中更改aap名称或packagne名称吗?
android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
defaultConfig {
applicationId "com.app.location"
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
[Android Studio重命名包]的可能重复(http://stackoverflow.com/questions/16804093/android-studio-rename-package) – Max