Skip to content Skip to sidebar Skip to footer

Actionbaractivity Cannot Be Resolved To A Type, Jar Mismatch : Eclipse

I am new to android development and also on Eclipse. Whenever I create an app it just gives errors My Platform: Android sdk-tools: 23.0.5 Android sdkplatform-tools: 21 Android sdk

Solution 1:

Deleting the jar file in work space will do the trick

projectname>libs>android-support-v4

and go to

appcompat_v7>libs>android-support-v4

copy this file and paste it in your project This process will help you bypass all the errors regarding this issue

Post a Comment for "Actionbaractivity Cannot Be Resolved To A Type, Jar Mismatch : Eclipse"