Issue
in android studio, when i want generate signed apk, Leads to the following error:
Error:Error: Expected resource of type styleable [ResourceType]
this Class is: https://github.com/astuetz/PagerSlidingTabStrip
How can I fix the error?
PagerSlidingTabStrip
class:
`values/attrs.xml
https://github.com/astuetz/PagerSlidingTabStrip/blob/master/library/res/values/attrs.xml
Solution
If you are working with signed apk then use
@SuppressWarnings("ResourceType")
to suppress the warning. to solve it.
Answered By - user5248371
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.