actionbarsherlock - Android studio : My project don't understand support package from Action Bar Sherlock -
like title, facing problem when import project eclipse android studio. flow : - import project - download latest action bar sherlock , import module.
then make project got error support package missing. tried add support package project in modules setting after show error duplicate lib. (java.lang.illegalargumentexception: added: landroid/support/v4/accessibilityservice/accessibilityserviceinfocompat$accessibilityserviceinfostubimpl...)
any appreciated.
the post below has great answers.
how add library project android studio?
also, sounds need set module in question "provided" vs. "compile". tell project can safely use library/jar, doesn't need recompile b/c it's being compiled different module.
Comments
Post a Comment