Jcan1995
Jcan1995

Reputation: 39

Github desktop not showing changes from Android Studio

This has recently just started happening. Whenever I make changes on an Android project the changes don't show up on my Github desktop for me to commit and sync. I instead have to commit and push changes from Android Studio itself. The history of my commits from Android Studio show but not recent changes.

Can someone shed light onto why this is happening?

Upvotes: 1

Views: 1774

Answers (1)

VonC
VonC

Reputation: 1323343

You have to make sure the .git folder and the working tree used both by Android Studio (as shown in those screenshots) and GitHub Desktop are the same.

Try and import in GitHub Desktop the exact path of the repo used by Android Studio.

Upvotes: 1

Related Questions