When builiding the app using proguard ofuscation the editor crashes: Fatal Exception: java.lang.ClassCastException java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType Adding this rule to proguard helps: -keep class com.chinalwb.are.** { *; }