Fixed
Status Update
Comments
uc...@google.com <uc...@google.com>
je...@google.com <je...@google.com>
xa...@google.com <xa...@google.com> #2
for example, many different devices return the same longitude and latitude.such as : longitude is 121.474000 and latitude is 31.230001.
i donnot understand why is the data the same?
i donnot understand why is the data the same?
hm...@google.com <hm...@google.com>
hm...@google.com <hm...@google.com>
hm...@google.com <hm...@google.com> #3
the fractional part of the location data is exactly the same.
Description
As of AGP
4.1.0-rc03
the only way to get the default NDK version is to useANDROID_GRADLE_PLUGIN_FIXED_DEFAULT_NDK_VERSION
which has a number drawbacks:const
string meaning it will get inlined by the compiler and thus you're only reading it at compile time, not at runtime.There should be a proper way to get this. If possible
android.ndkVersion
could perhaps be converted to a non nullable property and have this as the default value.