-
-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drawable not found #850
Comments
even I added below tags in my main flutter project and in your project also i checked with empty project its same issue |
Same problem:
|
I had the same problem,
|
e: file:///D:/git/zerowait/bpm_player/plug/assets_audio_player-3.1.1/android/src/main/kotlin/com/github/florent37/assets_audio_player/notification/NotificationService.kt:168:70 Unresolved reference: drawable |
|
wow! This works!! Thank you!! |
Note: This change will not work for Flutter web platforms. Try changing the following in Before:
After:
|
Flutter Version
My version :
Lib Version
My version :
Platform (Android / iOS / web) + version
Platform :
Describe the bug
.pub-cache/hosted/pub.dev/assets_audio_player-3.1.1/android/src/main/kotlin/com/github/florent37/assets_audio_player/notification/NotificationService.kt:188:82 Unresolved reference: drawable
Small code to reproduce
The text was updated successfully, but these errors were encountered: