import .R cannot be resolved when I import actionbarsherlock

后端 未结 3 1194
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 14:26

I want to be able to use the action bar in my android project (2.3), so I am trying to import the actionbarsherlock library. However, I am having problems....

I\'ve

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-30 15:10

    I found that if minSDKVersion in AndroidManifest.xml of the Project is lower than library, it also make the Project to be error to build R.java

提交回复
热议问题