mergehez / ArgPlayer

An android music player library
Apache License 2.0
70 stars 23 forks source link

Android resource linking failed #6

Closed enterpriseindia closed 2 years ago

enterpriseindia commented 4 years ago

as per the documentation library successfully implemented.

After on build got

Android resource linking failed AAPT: error: resource android:style/android:Widget.ImageButton not found. error: failed linking references.

I am using material theme is there any issue with it <style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">

akbarnash commented 4 years ago

facing same problem here, hope can find how to fix this asap Capture

alijahani121 commented 4 years ago

i have same problem AAPT: error: resource android:style/android:Widget.ImageButton not found.

Aurangzeb365 commented 4 years ago

Anyone who fixed this issue?

mergehez commented 3 years ago

I removed the style with ImageButton. I hope that would help.