Home > database >  i can't run my flutter project on the android emulator
i can't run my flutter project on the android emulator

Time:06-21

Launching lib\main.dart on Android SDK built for x86 in debug mode...

FAILURE: Build failed with an exception.

  • Where: Build file 'C:\Users\HP\Desktop\app development\test2\android\app\build.gradle' line: 26

  • What went wrong: A problem occurred evaluating project ':app'.

Could not resolve all files for configuration 'classpath'. Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72. Searched in the following locations: - enter image description here

CodePudding user response:

I have discovered that but another problem I have is why can android version 5 run on my emulator and others can't they just stuck on a black screen and other on the Google loading

  • Related