Reputation: 1
I downloaded an android project's source file from github. It contain lot of folders. How can I open it in Android studio and modify it for my requirements in Android Studio. Its a app to send bluetooth serial commands to arduino board.
Upvotes: 0
Views: 29
Reputation: 1173
You could clone the Github Repository from Android Studio itself, by providing your Github credentials. Please refer to the answer here.
You need to navigate to VCS > Checkout from version control > Git/SVN/Mercurial
where you will be promoted to enter your github credentials.
Upvotes: 1