0

I am currently working with my friend on a android app project using android studio.

We are working separately on our PC's.

Can you suggest a way do that we can sync our projects on Github?

We tried to use the inbuit github feature of android studio but it resulted in nothing.

Canato
  • 3,598
  • 5
  • 33
  • 57
ujjwal gupta
  • 101
  • 3
  • 13
  • You are trying to see his coding live? Or just work on the same code, but sometimes in different hours, sometime in the same hour, etc? – Canato Feb 03 '18 at 14:03
  • We are both working separately on our own laptops. – ujjwal gupta Feb 03 '18 at 14:07
  • You can always use [git](https://git-scm.com/downloads) from the android studio working directory – absin Feb 03 '18 at 14:08
  • Possible Duplicated https://stackoverflow.com/questions/34295943/how-to-use-git-correctly-in-android-studio – Canato Feb 03 '18 at 14:11

1 Answers1

2

From this answer I think you only need to understand how to use Git

GitHub With Android Studio

Github - Using Android Studio

Canato
  • 3,598
  • 5
  • 33
  • 57