after updating to Eclipse Kepler, I haven't been able to add the support library appcompat. I've followed this instructions and I still get the error The import android.support.v7.app cannot be resolved on the following lines:
import android.support.v7.app.ActionBar;
import android.support.v7.app.ActionBarActivity;
I have added the appcompat project, added both jars to the Build Path, selected them on the Order and Export tab, and added the library project in the main project.
I copied the v4 library to the libs folder in the main project, but I don't know what else to do or check. Does anyone have any suggestions??
Thank you!
See Question&Answers more detail:os