Skip to content

Instantly share code, notes, and snippets.

@robUx4
Created November 26, 2014 06:50
Show Gist options
  • Save robUx4/86f3841c266e53a6455f to your computer and use it in GitHub Desktop.
Save robUx4/86f3841c266e53a6455f to your computer and use it in GitHub Desktop.
This fix doesn't fix
# try to avoid this issue on Samsung 4.2.2 https://code.google.com/p/android/issues/detail?id=78377
-keep class !android.support.v7.internal.view.menu.MenuBuilder
-keep class !android.support.v7.internal.view.menu.SubMenuBuilder
@robUx4
Copy link
Author

robUx4 commented Nov 26, 2014

I got an unusually bigger build of my app and in the end a lot of things like base64decode from the system was not working...

aka https://code.google.com/p/android/issues/detail?id=78377#c150

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