Android Studio: binary files getting corrupted when checked into CVS

950 views Asked by At

When checking in my Android Project in CVS via the Android Studio GUI, something bad happens: Android Studio seems to fail to flag binary files as such, which causes these files (such as images) to be corrupted during the check-in. CVS treat them as text and does some kind of ASCII conversion.

When I try to make my project after this, it gives error messages like these:

AAPT err(955175397): libpng error: PNG file corrupted by ASCII conversion

In Eclipse I'm used to seeing a pop-up when checking in an "unknown" file extension into CVS, allowing me to specify whether it is text or binary.

Is there such an option in Android Studio? And if not, how can I fix this problem, preferably without having to use cvs from the command line?

0

There are 0 answers