Flutter error retrieving device properties for ro.product.cpu.abi

Try restarting adb, it's a known issue with the adb daemon service and flutter which you can see on github. it has to be fixed on android side sadly no resolution for near future.

on windows,in administrative mode command prompt/powershell

adb kill-server

and then

adb start-server

if adb is not on path in command line you need to add it or navigate to adb.exe location in windows and run command line/powershell from that path.


I faced the same problem. I resolved it by changing the USB preferences. Changing the USB preference from Charging to file transfer worked for me.


Another mistake possible is that for a physical device you need to have the file transfer mode enabled (not charging) as well as debugging enabled.