Yesterday I've tried to convert one of my Eclipse projects to Android Studio on my Mac and upload the project to my ubuntu cvs server. Converting the project worked perfectly. I was able to compile and launch the app. But after I've uploaded the project to my cvs server a lot of the binary files in the project where corrupted. (e.g. PNG files and jar files) The files where missing one byte after the upload. I've compared the files using an hex editor and it seams that the missing byte is at the beginning of the file. Maybe AndroidStudio tries to convert those files into another encoding, but those files should not be touched. Does anyone have an idea what could cause this problem?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

