Importing an old ActionBarSherlock into Android Studio project -


i importing old project eclipse android studio, , i'm stuck. need import actionbarsherlock in version 4.1 it, , don't know how. i've tried many solutions found on internet, meant newer versions of library. there no problems importing version 4.4 module, require 4.1, project uses extensively, , functions missing in newer versions. when try import using 'import module' "select modules import".

is there way make work without reworking entire project?

from here have gradle uri abs: https://github.com/jakewharton/actionbarsherlock-gradle-sample

next: create new project in android studio, leave blank. choose supported sdk version blah blah , choose expected packagename.

add dependencies new build.gradle. if have jar files copy them /lib folder in package hierarchy.

copy code base eclipse project android studio project. make build see if works.


Comments

Popular posts from this blog

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -