user14666830
user14666830

Reputation:

Is it possible to test my apps made with flutter using my android device?

I am currently a new app developer and currently i am facing a problem. I am not able to turn on bios on my system were the VT-X technology is disabled. So i just wanted to know is it possible to test my app build with flutter directly on my mobile without enabling VT-X from bios?

Upvotes: 0

Views: 545

Answers (2)

Jagadish
Jagadish

Reputation: 1186

Yes it is, Just go to settings search for developer options and then enable it, if you don't get that then go to your phone info/details and scrol to the bottom and just tap on the build number 7 times and a toast will show that dev mode is enabled. Then just connect your device and run your project!

If you don't get any of these then connect your usb first and then click on the notification which says usb connected then change the option from charging to enable debug mode. Make sure you allow your computer when a dialog box appears after that.

Upvotes: 1

Ali Mohammadzadeh
Ali Mohammadzadeh

Reputation: 686

Yes. You should enable developer Option on the phone and then turn on USB debugging. then connect your device to your pc and run your flutter app on it.

Upvotes: 0

Related Questions