# Попытка запустить приложение, но оно отображает ошибку пространства имен, которую уже пытались использовать с использованием идентификатора пакета и обновлением версии AGP.
`Namespace not specified. Please specify a namespace in the module's build.gradle file like so:
android {
namespace 'com.example.namespace'
}
If the package attribute is specified in the source AndroidManifest.xml, it can be migrated automatically to the namespace value in the build.gradle file using the AGP Upgrade Assistant; please refer to https://developer.android.com/studio/bu ... -assistant for more information.
`
Пыталась обновить и понизить версию SDK
defaultConfig {
applicationId "com.smartrx.edoc"
minSdkVersion 21
targetSdkVersion 32
versionCode 2
versionName "1.1"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
plugins {
id 'com.android.application'
id 'com.google.firebase.crashlytics'
// id 'com.android.application' version '8.0.3'
// id 'kotlin-android'
// id 'kotlin-android-extensions'
// id 'kotlin-kapt'
}
//apply plugin: 'com.google.gms.google-services'
Подробнее здесь: https://stackoverflow.com/questions/790 ... eal-device
Ошибка пространства имен Android при сборке и запуске в эмуляторе или на любом реальном устройстве ⇐ Android
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение
-
-
В PHP пространства имен xml переобъявляются при изменении префикса пространства имен.
Anonymous » » в форуме Php - 0 Ответы
- 129 Просмотры
-
Последнее сообщение Anonymous
-