R cannot be resolved error when using ActionBarSherlock

前端 未结 6 759
走了就别回头了
走了就别回头了 2021-01-11 13:40

I am trying to use Jake Wharton\'s ActionBarSherlock to support actionbars in android projects all the way down to 1.6

I\'m getting started using the video provided

6条回答
  •  再見小時候
    2021-01-11 14:28

    Might also need to make sure your nen/R.java file is created for the right package name:
    On AndroidManifest.xml, make sure the manifest tag, package attribute is set to:

    "com.actionbarsherlock"

提交回复
热议问题