mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2026-02-06 16:05:07 +00:00
Location variable returns Not a Number #56
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lin88xu on 10/30/2020
Hi an issue occurred when I try to debug a application that uses Android.location.Location. When simulating using the avd, a breakpoint near the android Location variable shows that the latitude and longitude as NaN (Not a Number). May I know if this should be the case?