I’m using Unity as an Android View in my app. When I try to use ProGuard to obfuscate the source code I’m getting several errors caused by the classes.jar library of the UnityPlayer:
java.io.IOException: Can’t read [myUnityLibProject/classes.jar] (Can’t process class [com/unity3d/player/UnityPlayer.class] (Unknown verification type [230] in stack map frame))
Has anybody encountered this problem and maybe knows a solution?