Open Umeshkanase17 opened 1 month ago
Is there any workaround for this?
@bahadirarslan What helped for me is downgrading the version of com.android.application
in settings.gradle
. In my case, I downgraded from 8.1.0 to 7.3.0, to match other (older) Flutter projects that work just fine. This should fix the above issue for any dependency that doesn't have a namespace specified.
add this android { namespace = "com.lazyarts.vikram.cached_video_player" .... } in External Libraries/Flutter Plugins/cached_video_player-2.0.4/android/build.gradle
What went wrong: A problem occurred configuring project ':cached_video_player'.
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.