[7 / 1 / ?]

github/android studio problem

No.51064020 ViewReplyReportDelete
i just started using github and android studio for a project at school. one of my group partners made a basic project on AS and put it on git. when i got the project off of git, it changed two directory names with . in them to /, so instead of "/com.example.groupname....", i got several directories like, "/com/example/groupname...". when i manually fix this the program runs fine. if i dont, everything gets fucked. i could manually change it, but every time i pull/sync off git it goes back to the cascading directories again.

has anyone experienced this before, or know why this would happen? the only thing i could think of is that the project was initially created on mac os, and my desktop is running win7. is there anything i can do to fix this so that every time we sync it does revert to the cascading directories?