due to shenanigans with sdkmanager:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:l8DexDesugarLibFlossRelease'.
> Failed to find target with hash string 'android-37' in: /opt/sdk
sdkmanager installs android-37 as android-37.0, so it is not found later. This is a known issue – and the solution for this is to go back to android-36, until sdkmanager has been fixed.
due to shenanigans with
sdkmanager:sdkmanagerinstallsandroid-37asandroid-37.0, so it is not found later. This is a known issue – and the solution for this is to go back toandroid-36, untilsdkmanagerhas been fixed.