简体   繁体   中英

Importing github project to android studio 2.3.3

I am having a problem on how can I import an android project on Github in Android studio successfully?

I want to run "NavigationDrawer-MaterialDesign" in Android Studio 2.3.3. How do I do that?

Here is the github project Link : Click here !

I just copy the whole folder into my android studio project folder, and then from there you can open that project from android studio.

Folder should be at some path like:

C:\\Users\\Your_user_name_goes_here\\AndroidStudioProjects

and then on the android side just: on the view, select file => open... and find the path to the folder where you just saved your project.

That's not an Android Studio project, but a library actually, so I suggest you to follow the instructions on README (Using gradle to import).

There's a demo folder that's actually an Android Studio project, so you can clone ( git clone git@github.com:rudsonlive/NavigationDrawer-MaterialDesign.git ) and on your Android Studio open the demo folder (File -> Open).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM