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
Post a Comment