Error implementing Support Library Action Bar

So, how I solved this problem:

  1. Import support library as a project from “sdk/extras/android/support/v7/appcompat”.
  2. Reference library in your project (for Eclipse, “Properties – Android – Add”).
  3. Build projects (for Eclipse, “Projects – Build All”). Make sure, you have “android.support.v7.appcompat” in your main project gen folder.
  4. If it doesn’t worked – clean and rebuild project.

Leave a Comment