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's been a couple years since #77, now that Android Studio natively supports a bunch of Java 8 features, including lambdas, it would definitely be nice to use Hugo again :)
If I @debuglog an activity that has lambdas somewhere, on runtime Android can't seem to find the lambda function and throws a java.lang.NoSuchMethodError.
The text was updated successfully, but these errors were encountered:
It's been a couple years since #77, now that Android Studio natively supports a bunch of Java 8 features, including lambdas, it would definitely be nice to use Hugo again :)
If I @debuglog an activity that has lambdas somewhere, on runtime Android can't seem to find the lambda function and throws a
java.lang.NoSuchMethodError
.The text was updated successfully, but these errors were encountered: