Solucionado (ver solução)
Solucionado
(ver solução)
3
respostas

Deu erro ao tentar rodar o projeto (run)

C:\Users\User\veloso\ide\flutter_windows_1.20.3-stable\projeto\bytebank>..\..\flutter\bin\flutter emulators --launch Pixel_3_API_30

C:\Users\User\veloso\ide\flutter_windows_1.20.3-stable\projeto\bytebank>..\..\flutter\bin\flutter run
Using hardware rendering with device sdk gphone x86. If you notice graphics artifacts, consider enabling software
rendering with "--enable-software-rendering".
Launching lib\main.dart on sdk gphone x86 in debug mode...
Checking the license for package Android SDK Build-Tools 28.0.3 in C:\Users\User\AppData\Local\Android\sdk\licenses
Warning: License for package Android SDK Build-Tools 28.0.3 not accepted.
Checking the license for package Android SDK Platform 28 in C:\Users\User\AppData\Local\Android\sdk\licenses
Warning: License for package Android SDK Platform 28 not accepted.

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Failed to install the following Android SDK packages as some licences have not been accepted.
     build-tools;28.0.3 Android SDK Build-Tools 28.0.3
     platforms;android-28 Android SDK Platform 28
  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 http://d.android.com/r/studio-ui/export-licenses.html

  Using Android SDK: C:\Users\User\AppData\Local\Android\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 1m 42s
Running Gradle task 'assembleDebug'...
Running Gradle task 'assembleDebug'... Done                       104,0s
Exception: Gradle task assembleDebug failed with exit code 1
3 respostas
solução!

Olá zilto, tudo bem?

Pelo seu log provavelmente você está com problema com as licenças do android, para isso no terminal digite:

  • flutter doctor --android-licenses

Ai você vai precisar ir apertando y para aceitar

Depois digite flutter doctor -v para checar

E irá aparecer algo assim:


[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
    [...]
    • All Android licenses accepted.

Após isso será possível fazer o build normalmente :)

Abraços!

C:\Users\User\veloso\ide\flutter_windows_1.20.3-stable\projeto\bytebank>..\..\flutter\bin\flutter doctor --android-licences
Could not find an option named "android-licences".
Burrada minha, eu estava digitando errado, funcionou!
android-licences