You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Use AndroidAnnotations with GSON as Converter. (Basically Spring REST)
2. Run Proguard with the config I'm attaching.
3. Run App.
What is the expected output? What do you see instead?
It should work, but for some reason, the code is crashing with the following
error:
java.lang.AssertionError
at com.google.gson.internal.bind.TypeAdapters$EnumTypeAdapter.<init>(Unknown Source)
at com.google.gson.internal.bind.TypeAdapters$26.create(Unknown Source)
at com.google.gson.Gson.getAdapter(Unknown Source)
This is being run for Android.
I created a post in SO though.
Any tips are so appreciated.
Thanks.
http://stackoverflow.com/questions/21864912/is-there-any-way-to-obfuscate-just-r
eal-code-and-not-ofuscate-libraries
Original issue reported on code.google.com by [email protected] on 19 Feb 2014 at 12:58
Original issue reported on code.google.com by
[email protected]
on 19 Feb 2014 at 12:58Attachments:
The text was updated successfully, but these errors were encountered: