Even though i get this error message when i run flutter doctor ... the default flutter app compiles and runs on the emulator.
How can i get rid of this error message .. and what does it mean?
Thanks in advance
~ $ flutter doctor -v
[✓] Connected device (1 available)
• HT69R0205363 • HT69R0205363 • android-arm • Android null (API null)
• No issues found!
Error retrieving device properties for ro.product.cpu.abi:
error: insufficient permissions for device
See [http://developer.android.com/tools/device.html] for more information
PS: I get no help from the link provided in the error message.
Comments
Post a Comment