How to connect existing Android Studio project to existing Github repository

后端 未结 6 1801
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-08 04:08

So I am new to Android development and Android Studio.

I used Android Studio to create an Android project, and each time I wanted to commit the code to GitHub, I swi

6条回答
  •  孤街浪徒
    2020-12-08 04:49

    I would view this thread if you want to create a new project.

    How do you synchronise projects to GitHub with Android Studio?

    If this doesn't help then I would just delete your current(local) project and import from github.

    http://teamtreehouse.com/library/android-tools/git/pulling-down-github-projects-to-android-studio

    I would recommend staying with command line. It is great practice. View link below for more information.

    https://softwareengineering.stackexchange.com/questions/173297/why-learn-git-when-there-are-gui-apps-for-github

提交回复
热议问题