Android Studio module dependency -
i'd use module imported android studio in android project. development taking place in app module , have imported sliding-menu module , set dependency in ide gradle cannot find out dependency , builds fail because of this. how can tell gradle have imported module?
if add dependency module, doesn't mean included in project. should add library next. please read "approach 2" part of link https://stackoverflow.com/a/35369267/5475941. doing. in post explained how import jar files in android studio , explained possible ways step step screenshots. hope helps.
Comments
Post a Comment