I first imported the appcompact_v7
project into eclipse by copying that to workspace. Then I added it as a external jar in my original project and referenced the appcompact_v7
project.
Then I imported :
import android.support.v7.app.ActionBarActivity;
in my original project. But it still says configure build path. And it gives this error:
The type android.support.v4.app.TaskStackBuilder$SupportParentable cannot be resolved. It is indirectly referenced from required .class files
Please help me with this.
Thanks in advance