-
Notifications
You must be signed in to change notification settings - Fork 227
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
Class Rejected on Android 4.4 #94
Comments
Can you give more information for reproducing it? For example the source that causes that problem and/or the .class file before and after it is processed with Retrolambda. |
Hej! I have uploaded my whole app's source to GitHub. I just encountered the problem again. The Error gets raised in this Part: https://github.com/alternaDev/georenting-android/blob/0abe504152b71e5f5f8befb738f7fd9aeb789d70/app/src/main/java/de/alternadev/georenting/ui/main/MainActivity.java#L197
I hope this will help you. If you need more information please contact me. |
When running my application on an Android 4.4 Emulator, but DEX seems to reject some of the generated code which leads to the App crashing when the relevant parts get called.
These are the logs given by logcat:
The text was updated successfully, but these errors were encountered: