can’t run my flutter project on android device

Issue

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:

Answered By – season

Answer Checked By – Gilberto Lyons (FlutterFixes Admin)

Leave a Reply

Your email address will not be published. Required fields are marked *