I just got some kind of error when trying to using Action Bar Compat support library to my project, I don\'t know what\'s wrong, because I have followed the instructions from th
In my case the files were in appcombat_v7/lib folder, so what i did is right-click the .jar files (there will be two files select android-support-v4.jar) and then select Build Path>Add to Build Path. What it does is that it adds this file to the Build Path (i.e it will add this file to the "bin folder") which will solve the problem.