Hi, for a few days I couldn't export signed release version apk nor debug apk. For a day I have been able to export but when I start the app I only see a red screen nothing else. If instead I try to export for android studio it tells me:
Configure project :app
An exception occurred while trying to find the Android build tools.
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* Where:
Script 'C:\....................' line: 112
* What went wrong:
A problem occurred evaluating project ':app'.
Unable to determine Android SDK directory.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':app'.
compileSdkVersion is not specified. Please add it to build.gradle
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
* Get more help at help.gradle.org
BUILD FAILED in 1s
How can I solve?