1

Today I wanted to learn Flutter. So, I read through the docs and found out that I can run my app on my real device (Oppo f5 in this case).

I do have enabled USB Debugging. And the MTP works fine (I can transfer files with the speed of light).

When I enable USB Debugging, a driver install window pops up (I'm using Windows 7 x64). It tries to detect ADB Interface from Windows Update and fails; then tries to install from the preconfigured driver folders, then fails.

Please do not tell me that I must use an emulator. I have a mere 3GB of RAM that can handle Only VsCode.

shrihankp
  • 500
  • 2
  • 12

2 Answers2

1

So, after a bit of Googling, I found out a solution. I just needed to install a thing called "OPPO Preloader Driver". Thank you everyone who participated in this thread!

shrihankp
  • 500
  • 2
  • 12
  • You saved my day man. I was also facing the same issue since yesterday and didn't even able to identify that it's oppo specific issue – artsnr Apr 28 '21 at 05:42
0

your need Install a USB devices Drivers for (Oppo co) :

Then The command is executed in cmd to connect device with VS Code:

   "yourPathSDK\platform-tools\adb.exe" connect 127.0.0.1:6555