Exit Code: 1

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By taha

here is the export error :

Starting a Gradle Daemon, 1 busy and 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
Checking the license for package Android SDK Build-Tools 29.0.3 in C:\Users\Abu Taha\AppData\Local\Android\Sdk\Sdk\licenses
Warning: License for package Android SDK Build-Tools 29.0.3 not accepted.
Checking the license for package Android SDK Platform 29 in C:\Users\Abu Taha\AppData\Local\Android\Sdk\Sdk\licenses
Warning: License for package Android SDK Platform 29 not accepted.

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine the dependencies of task ‘:compileReleaseJavaWithJavac’.

Failed to install the following Android SDK packages as some licences have not been accepted.
build-tools;29.0.3 Android SDK Build-Tools 29.0.3
platforms;android-29 Android SDK Platform 29
To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
Alternatively, to transfer the license agreements from one workstation to another, see Exporting licenses - Android Studio Project Site

Using Android SDK: C:\Users\Abu Taha\AppData\Local\Android\Sdk\Sdk

  • 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 https://help.gradle.org

BUILD FAILED in 37s

Exit Code: 1

and please give me more than 1 answar so i can got it

This is not a question.

sash-rc | 2021-06-28 16:24

The output is telling you what you need to do. You need to specify a question if you want an answer

andersmmg | 2021-07-03 06:25