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

前端 未结 9 1464
走了就别回头了
走了就别回头了 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:03

    I faced the same problem in my case i resolved it by right clicking on the project -> Buid path -> Configure Build path -> "select Android from left hand list" -> "select the check box for build project target from the right hand panel" -> click Apply -> click Ok

提交回复
热议问题