Kannan B Zenith
Kannan B Zenith

Reputation: 1

Modify git hub downloaded source file?

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

Answers (1)

deborah-digges
deborah-digges

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

Related Questions