Kent1011 / client_information

A plugin to get basic information from the client of your Flutter application
https://pub.dev/packages/client_information
MIT License
6 stars 18 forks source link

Namespace not specified #15

Open Shek863 opened 6 months ago

Shek863 commented 6 months ago

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-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.

deepakkano commented 1 month ago

I am also getting this error how to fix it please

bernardoveras commented 3 weeks ago

same error

guplem commented 1 week ago

The issue seems because Java 21 requires Gradle 8.5 and if you are using the project with that Java/Gradle versions this package is incompatible. Some migrations should be executed. Something like this worked for me for full projects: https://stackoverflow.com/a/79169810/7927429

@Kent1011 Any chance you can get a look at this? Without this upgrade, this package will be eventually unusable...