java - How to add git module in Android Stdio -
i said bye bye eclipse , configured android studio 2.1.1 in machine , trying https://github.com/gorbin/asnetutorial social network integration project. i have downloaded file anse-master.jar github , dont understand how use in own project,that can have ability integrate social sites. can guide me how use these .jar in project.if sounds stupid please let go i'm beginner in android studio. go file>new>import module module source directory enter , done don't forget compile project(':volley') in build.gradle (module app) sync project. update: won't work first set project android in project view window.it then need open build.gradle file (module app) there should add these lines in dependencies compile 'com.github.asne:asne-facebook:0.3.1' compile 'com.github.asne:asne-linkedin:0.3.1' compile 'com.github.asne:asne-twitter:0.3.1' now click on sync now. wait for time gradle build project you. once done hav...