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
It might have to do with the normal method call still using invokespecial even though Retrolambda changes the method's visibility from private to package-private. Oracle JVM doesn't mind it, but maybe Android does.
set ANDROID_HOME=...\adt-bundle-windows-x86_64-20140321\sdk
[in "AVD Manager.exe" create virtual device and start the emulator]
adt-bundle-windows-x86_64-20140321\sdk\tools\monitor.bat
gradlew clean build
adt-bundle-windows-x86_64-20140321\sdk\platform-tools\adb.exe install -r app\build\apk\app-debug-unaligned.apk
[start the TestBug app in the emulator]