I am migrating from Action Bar Sherlock to Action Bar compat. I remove ABS and I had support-v4-google maps in it, I got errors. I will add the v4 directly to the project no
In my case, 'android-support-v7-appcompat.jar' alone was not enough when I used public class MainActivity extends AppCompatActivity in Eclipse. I needed to also add android-support-v4.jar (Build Path -> Libraries -> Add JARs). Only then AppCompatActivity was accepted.