Reputation: 5
So when I try to share my project with GitHub through Android Studio, it says I have done it successfully, and a new repository is created, but when I open the repository, it is empty. I'm pretty inexperienced with GitHub, and I have spent hours trying different things and I can't get it to work, so if someone could help point me in the right direction, I would be extremely appreciative.
Upvotes: 0
Views: 1855
Reputation: 7358
Here are the steps for seamlessly working with Android Studio and github
P.S : I am using Android Studio version 1.5 If you are using some other version, then the steps can be a little different.
Upvotes: 2
Reputation: 2246
After creating Repository, you have to push/commit the source files to the server. It seems you have not committed any file yet.
You can use some other Git clients like Source Tree with GitHub
Upvotes: 0