e.g. I want to change the name from "MyApplication" to "AndroidApp" as shown in the image below.

In the first rectangle I want to change it in:
androidapp < /strong> ("g: ... \ android \ androidapp).
< /p>
< /blockquote>
во втором прямоугольнике я хочу изменить его в: < /p>
androidApp < /p>
androidApp < /pslor /> < /p>
< /blockquote>
Изменить: это журнал: < /p>
Gradle: Project 'AndroidApp' не найден в корневом проекте 'myApplicationProject'. />build.gradle:
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
}
}
apply plugin: 'android'
repositories {
mavenCentral()
}
android {
compileSdkVersion 18
buildToolsVersion "18.0.1"
defaultConfig {
minSdkVersion 7
targetSdkVersion 16
}
}
dependencies {
compile 'com.android.support:support-v4:18.0.0'
}
< /code>
settings.gradle:
include ':MyApplication'
Подробнее здесь: https://stackoverflow.com/questions/182 ... oid-studio
Мобильная версия