Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash after running ProGuard with several libraries #561

Closed
GoogleCodeExporter opened this issue May 5, 2015 · 1 comment
Closed

Crash after running ProGuard with several libraries #561

GoogleCodeExporter opened this issue May 5, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant