vikram25897 / flutter_cached_video_player

BSD 3-Clause "New" or "Revised" License
95 stars 151 forks source link

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. #104

Open Umeshkanase17 opened 1 month ago

Umeshkanase17 commented 1 month ago
bahadirarslan commented 3 weeks ago

Is there any workaround for this?

jannisnikoy commented 3 weeks ago

@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.

Yagshymyradov commented 5 days ago

add this android { namespace = "com.lazyarts.vikram.cached_video_player" .... } in External Libraries/Flutter Plugins/cached_video_player-2.0.4/android/build.gradle