ActionBarSherlock - The type android.support.v4.app.Fragment cannot be resolved. It is indirectly referenced from required .class files

前端 未结 9 1452
走了就别回头了
走了就别回头了 2020-12-02 18:41

I am using ActionBarSherlock as a library project in a project which is a library itself. It was all working fine until I moved the project to a new computer and updated the

9条回答
  •  情深已故
    2020-12-02 19:01

    Here is simplest solution:

    Right click on your project folder -> Build path -> Configure build path -> Add External Jars(From libraries tab) -> select "android-support-v4.jar" file.

    (It'll be located in Android SDK folder here is generic path "android-sdk\extras\android\support\v4").

    After this clean you project and happy coding...

提交回复
热议问题