Issue
I am getting this error on my android application in eclipse. Error Msg: Error: No resource found that matches the given name (at 'drawable' with value "@android:color/holo_blue_dark")
What does it mean and how to fix it ?
Solution
This mean that resource is not available.
@android:color/holo_blue_dark
This resource is available from the api level 11 and above, to resolve that make sure your minimum sdk level in manifest is 11+ also api level for android is also 11+
Answered By - Mohd Mufiz
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.