Fixed
Status Update
Comments
er...@google.com <er...@google.com>
je...@google.com <je...@google.com>
mi...@google.com <mi...@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?
ch...@gmail.com <ch...@gmail.com> #3
the fractional part of the location data is exactly the same.
mi...@google.com <mi...@google.com>
an...@google.com <an...@google.com> #4
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
What steps are needed to reproduce this issue? Frequency of occurrence?
Which Android build are you using? (e.g. AP4A.241205.013.A1)
Which device did you use to reproduce this issue?
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
Please provide a sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
What steps are needed to reproduce this issue? Frequency of occurrence?
Which Android build are you using? (e.g. AP4A.241205.013.A1)
Which device did you use to reproduce this issue?
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
Please provide a sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
Description
####################################################
Please provide all of the following information, otherwise we may not be able to route your bug report.
####################################################
Change this line.
I8d90b4becee1dcc29c5467439b5cf51eed4a20c2
caused a breakage on Windows hosts perOn Windows, the generated file that's tested here is broken, because the file paths generate as
0\.dm
, since\
is the Window path separator.Per Oracle documentation, here ,
\
is reserved for newline, and in order to parse a real\
, you need to escape it by doubling it.2A. In the IDE, select the Help..Collect Logs and Diagnostic Data menu option.
2B. Create a diagnostic report and save it to your local computer.
2C. Attach the report to this bug using the Add attachments button.
The above seems pretty clear cut, so this doesn't seem necessary.
If you know what they are, write the steps to reproduce:
3A. Use AGP 8.3.0-alpha02 to build an app on a Windows host
3B. Add a signing keystore for the release variant (can just be the debug keystore) to unlock the
installRelease
task3C.
./gradlew :app:installRelease
3D.
Execution failed for task ':app:installRelease'. > java.util.concurrent.ExecutionException: java.nio.file.NoSuchFileException: ...\app\build\intermediates\dex_metadata_directory\release\0.dm
In addition to logs, please attach a screenshot or recording that illustrates the problem.
For more information on how to get your bug routed quickly, seehttps://developer.android.com/studio/report-bugs.html
Build: AI-232.9559.62.2321.10749089, 202308312303
AI-232.9559.62.2321.10749089, JRE 17.0.8+0--10699129x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 3440.0x1440.0, 2400.0x1350.0
AS: Iguana | 2023.2.1 Canary 2
Kotlin plugin: 232-1.9.0-release-358-AS9559.62.2321.10749089
Android Gradle Plugin: 8.3.0-alpha02
Gradle: 8.3
Gradle JDK: JetBrains Runtime version 17.0.8
NDK: from local.properties: (not specified), latest from SDK: 25.1.8937393
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)