jrfeng / snow

Android music player framework, compatible with MediaSession. Support custom music player (MediaPlayer, ExoPlayer), custom Notification, custom audio effect engine, only WiFi network, sound quality/dynamic URL, headset clicks, sleep timer, playback history, player state persistence.
MIT License
190 stars 45 forks source link

Namespace not specified. Specify a namespace in the module's build file #54

Closed Naguchennai closed 11 months ago

Naguchennai commented 11 months ago

If i set latest gradle plugin i have this following error... old gradle 7.3.3 and down working fine important: we not using implementation .. we import snow projact in to ourapp we are using like this

 implementation project(path: ':player')
 implementation project(path: ':exo')
 implementation project(path: ':ui')

Error:

  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.