How to import ActionBarSherlock in android SDK version 23 -
i trying implement sherlock actionbar in android studios, new android studios not understand need put build.gradle file dependencies section in android in order imported. i using lastest version of andriod studos sdk version 23. please help. someone has advised me no longer available in andriod studios how can below then. so how can then. public class menuactivity extends sherlockactivity implements public class menuactivity extends sherlockactivity implements actionbar.onnavigationlistener, since actionbarsherlock has been deprecated, can use toolbar class appcompat-v7 library. on gradle file, add: dependencies { compile filetree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:23.1.1' } for layout, can use this: <android.support.design.widget.appbarlayout android:layout_width="match_parent" android:layout_height="wrap_content" app:elevation="0dp" a...