When I run almost any app in Android Studio, my LogCat gets full of messages like:
"? E/GnssHAL_GnssInterface: gnssSvStatusCb: a: input svInfo.flags is 8
? E/GnssHAL_GnssInterface: gnssSvStatusCb: b: input svInfo.flags is 8"
What's this? Is there something wrong about my app?
You should create Virtual Device in AVD manager without GPS sensor.
and uncheck GPS
Errors will gone.