jeroentrappers / flutter_jailbreak_detection

Flutter jailbreak detection plugin
BSD 3-Clause "New" or "Revised" License
65 stars 92 forks source link

A problem occurred configuring project ':flutter_jailbreak_detection'. #72

Open tajjacob opened 4 days ago

tajjacob commented 4 days ago

After migrate to latest Android as suggested in Flutter Migrate

I got this error:


[   +2 ms] FAILURE: Build failed with an exception.
[   +1 ms] * What went wrong:
[        ] A problem occurred configuring project ':flutter_jailbreak_detection'.
[        ] > Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
[        ]    > Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
[        ]      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.

I have to disable this plugin in order to run Flutter android

muhammednazil commented 1 day ago

The same problem occurred to me. Is there any solution for this?