[android-developers] Re: Signed APK corrupt on deploy. FC with Class Not Found exceptions

2013-10-18 Thread Nobu Games
If it just happens with the release version this may be a ProGuard misconfiguration issue. Class not found and Method not found exceptions are symptomatic for that. Check the exact exception message for the class name that couldn't be found. Make sure that your release build really contains

[android-developers] Re: Signed APK corrupt on deploy. FC with Class Not Found exceptions

2013-10-18 Thread Brill Pappin
I can't say that it wasn't proguard that was causing the problem, but I verified that my class was there. I ran the signed build twice and both times it was corrupt, then I deleted the project form the drive, checked it back out of source control and rebuilt it, which worked. All of that