Несмотря на то, что пространство имен объявлено в файле build.gradle, программа не может его найти.Android

Форум для тех, кто программирует под Android
Anonymous
Несмотря на то, что пространство имен объявлено в файле build.gradle, программа не может его найти.

Сообщение Anonymous »


If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-a ... -assistant for general information about using the AGP Upgrade Assistant.

В build.gradle у меня есть такой модуль Android:
android {
namespace "namespaceHere"
}```

I have tried to update various dependancies, but that hasn't worked, I've tried placing an android module in all gradle files but that hasn't worked either, I have recently upgraded the app to Capacitor 6 if that helps with the issue.


Подробнее здесь: https://stackoverflow.com/questions/788 ... m-isnt-abl

Вернуться в «Android»