From Eclipse to Android Studio: Why is proguard.cfg used when NOT building Release?
So, I have been trying to migrate the development of a multi-project (eclipse projects that is) app to Android Studio (v1.1). Importing via File > Import Project was really easy and went without incident. However, when I tried Make/Rebuild project I encountered numerous surprises. The first, not Proguard-related, had to do with source file encoding (originally in Windows-1252), but I quickly found a solution using this Windows-1252 > Reload > UTF-8 > Convert answer. Then, "error: cannot find symbol class" for a com.comp.mod.X class of mine. I then solved it by going to the module (Android