android - Error in integrating com.coboltforge.slidemenu library in my application -


i facing these problems when integrating slide menu library in android studio(1.1.0) project. using sdk 24.1.2. error @ line 63 in code given below:

super(act, r.id.menu_label, items); 

however have integrated library in 1 of eclipse project & no error has been evolved there.

reports 2 types of problems:

supplying wrong type of resource identifier. example, when calling resources.getstring(int id), should passing r.string.something, not r.drawable.something. passing wrong constant method expects 1 of specific set of constants. example, when calling view#setlayoutdirection, parameter must android.view.view.layout_direction_ltr or android.view.view.layout_direction_rtl. 


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -