error: attribute 'package' in tag is not a valid Android package name: 'org.emarti202.gcu.mpd-cw-em'.
Несмотря на то, что мой идентификатор приложения в build.gradle и имена пакетов в AndroidManifest.xml совпадают, они все равно не работают. Есть ли решение для этого? Извините, это простое решение, я не могу вникнуть в это.
AndroidManifest.xml
build.gradle
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "org.emarti202.gcu.mpd-cw-em"
minSdkVersion 23
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.android.support:design:28.0.0'
implementation 'com.google.android.gms:play-services:+'
implementation 'com.android.support:recyclerview-v7:28.0.0'
// implementation 'com.alespero:expandable-cardview:0.6'
// implementation 'com.google.android.gms:play-services-maps:16.1.0'
}
Подробнее здесь: https://stackoverflow.com/questions/664 ... id-package
Мобильная версия