Search code examples
flutterflutter-android

can’t run my flutter project on android device


i have project using flutter. why the project can’t run on android device? initally installed but missing, I thought it would build itself as before. but it turns out an error like this: enter image description here what’s wrong?


Solution

  • try this

    adb reboot
    

    But for me I had to change my settings first:

    Settings → Developer options → Root access

    Make sure ADB has Root access: