我正在使用基於IDEA的新Android Studio,並嘗試在主模塊的依賴項中使用ABS庫構建項目。 而我得到的錯誤:Gradle無法構建ActionBarSherlock
Gradle: package com.actionbarsherlock.app does not exist
Gradle: cannot find symbol class SherlockActivity
Gradle: package com.actionbarsherlock.view does not exist
Gradle: cannot find symbol variable super
Gradle: cannot find symbol method setContentView(int)
....
爲什麼,以及如何解決它?
http://stackoverflow.com/questions/13169635/disable-swiping-between-tabs-in-fragmentactivity –
我不知道它有我的問題是什麼關係。 – arts777