Hello,
so I am using Android Studio to emulate a Pixel 9.
I can manually set up a #location #mock after each power up. But I want to to it consistently.
I already added
geo fix geo fix -121.45356 46.51119 4392
to
emu-launch-params.txt
but it was just removed automatically.
I could write a script starting telnet... but I don't want to. How to use it out of the box?
Thank you