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
error: InCallProximityManager.java:51: error: lambda expressions are not supported in -source 7
UiThreadUtil.runOnUiThread(() -> {
^
(use -source 8 or higher to enable lambda expressions)
FAILURE: Build failed with an exception.
I am getting this when trying to build the app on my android device. Any solutions?