-
Notifications
You must be signed in to change notification settings - Fork 301
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
build signed apk 出错 #202
Comments
好的,我看一下 |
在你的app的strings的xml 里添加
|
谢谢 加了几个 Warning: com.google.android.exoplayer2.ui.PlayerNotificationManager: can't find referenced field 'int exo_notification_fastforward' in program class com.google.android.exoplayer2.ui.R$drawable 还有7个错误,exo_notification_fastforward这个字段有什么问题? |
请问,能修复吗?有点急用。谢谢。 |
都加上就行了。下版本已经修复。 周末不再。陪我的爸妈 |
前面报错,就是加上还有错误 辛苦了兄弟! |
已经发布新版本。你可以试一下。2.3.10 |
你好,感谢,暂时没发现问题。 |
com.ycjiang:VideoPlayModule:2.3.0版本
build错误提示
Warning: com.google.android.exoplayer2.ui.DefaultTrackNameProvider: can't find referenced field 'int exo_track_unknown' in program class com.google.android.exoplayer2.ui.R$string
好像跟混淆有关系,关了混淆就好了
混淆声明
-dontwarn chuangyuan.ycj.**
-keep class chuangyuan.ycj.** { *;}
The text was updated successfully, but these errors were encountered: