Theo
Theo

Reputation: 3139

Android Studio doesn't push all files in Github

I am pushing my project to github,but the java files are not there. However,I can see the res folder and its files...The proceedure I followed was.

VCS-->Enable Version Control->Git.

And then

VCS-->Import into version control-->Share project on Github.

Any ideas? I am new to github.

To have a better idea of my problem please check this link. You will notice what files are missing

Thanks.

Upvotes: 1

Views: 6514

Answers (1)

eleonzx
eleonzx

Reputation: 687

Check if you added the files missing to be handled by Git. (Select them, right click Git -> Add OR VCS -> Git -> Add)

Upvotes: 4

Related Questions