Status Update
Comments
mi...@gmail.com <mi...@gmail.com> #2
Adding 2 more thread dumps from another freeze. Again after switching branches and updating from git.
ya...@google.com <ya...@google.com> #3
Thanks for the report. I believe that this is fixed in our development branch, and also in the branch that will become Ladybug Feature Drop Beta. If you could verify that this doesn't happen in a nightly build (from
bo...@google.com <bo...@google.com> #4
Sorry, I have not tried it on the nightly build, but since then I updated to Meerkat and I have not seen the freeze afterwards.
lf...@google.com <lf...@google.com> #5
That's good to hear. I think that the fix (which for reference was
For the record I am also arranging for
Thanks for the confirmation!
lf...@google.com <lf...@google.com> #6
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug Feature Drop | 2024.2.2 RC 1
- Android Gradle Plugin 8.8.0-rc01
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
ya...@google.com <ya...@google.com> #7
Ucfucuccj
lf...@google.com <lf...@google.com>
lf...@google.com <lf...@google.com> #8
Hyxucyccchccjch
bo...@google.com <bo...@google.com> #9
Ycucuccjcn
mi...@gmail.com <mi...@gmail.com> #10
Hola mundo
lf...@google.com <lf...@google.com> #11
mi...@gmail.com <mi...@gmail.com> #12
lf...@google.com <lf...@google.com> #13
ap...@google.com <ap...@google.com> #14
Branch: emu-master-dev
commit ea85adfc73d1ef1bc22b9cbbf554fa550ffde2c9
Author: Lingfeng Yang <lfy@google.com>
Date: Sat Feb 17 17:01:56 2018
[location] Make most location settings per-AVD
bug: 73471760
bug: 73450633
Unless there is no AVD, use a per-AVD setting for
lat/lon/alt and the playback settings.
Also update the qt setting if location was updated
from the console.
Change-Id: I0268e0e7ef25db0398844c38039e9298b3a2129b
M android/android-emu/android/console.cpp
M android/android-emu/android/emulation/control/location_agent.h
M android/android-emu/android/skin/qt/extended-pages/location-page.cpp
M android/android-emu/android/skin/qt/extended-pages/location-page.h
M android/android-emu/android/skin/qt/qt-settings.h
ap...@google.com <ap...@google.com> #15
Branch: emu-2.6-release
commit eff2175376a42c53cd032151b09439219e631fc2
Author: Lingfeng Yang <lfy@google.com>
Date: Sat Feb 17 17:01:56 2018
[location] Make most location settings per-AVD
bug: 73471760
bug: 73450633
Unless there is no AVD, use a per-AVD setting for
lat/lon/alt and the playback settings.
Also update the qt setting if location was updated
from the console.
Change-Id: I0268e0e7ef25db0398844c38039e9298b3a2129b
(cherry picked from commit ea85adfc73d1ef1bc22b9cbbf554fa550ffde2c9)
M android/android-emu/android/console.cpp
M android/android-emu/android/emulation/control/location_agent.h
M android/android-emu/android/skin/qt/extended-pages/location-page.cpp
M android/android-emu/android/skin/qt/extended-pages/location-page.h
M android/android-emu/android/skin/qt/qt-settings.h
pj...@google.com <pj...@google.com>
lf...@google.com <lf...@google.com> #16
We should have this fixed and released in the next emulator canary. Details to follow.
lf...@google.com <lf...@google.com> #17
mi...@gmail.com <mi...@gmail.com> #18
I upgraded to Emulator 28.0.3 to see if that was fixed and the problem persists.
Emulator 28.0.3-4946491 (KVM 12.0.0), AVD configuration Nexus_7_API_26 , Android version 8.0 (Oreo)
lf...@google.com <lf...@google.com> #19
mi...@gmail.com <mi...@gmail.com> #20
For example I get values such as:
Location[fused 40.274500,-74.815100 hAcc=0 et=+18m56s627ms alt=0.0 vel=81.56 bear=37.0 vAcc=??? sAcc=??? bAcc=???]
when I am replaying a track containing real Elevations such as in the screenshot.
ja...@google.com <ja...@google.com> #21
I'm testing 28.0.3-4946491 as in #18. I used a third-party app to display the GPS location and altitude, and I see latitude, longitude, and altitude all updating. For me it worked both when clicking Send for a single location and when playing a KML.
FYI, I used the app "GPS Location" by Jeroen van Iddekinge, last updated Sep 2, 2017.
Could you see if this app correctly reports the altitude for you?
ja...@google.com <ja...@google.com> #22
ja...@google.com <ja...@google.com> #23
Please open a new bug if you are still seeing a problem.
Description
Android Studio Version:Android Studio 3.0.1
Build #AI-171.4443003, built on November 9, 2017
JRE: 1.8.0_152-release-915-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Emulator Version (Emulator--> Extended Controls--> Emulator Version): 27.1.7-4581633
HAXM / KVM Version:
Android SDK Tools:
Host Operating System: Win10
CPU Manufacturer: AMD
Steps to Reproduce Bug:
1. Make new device on AVD (nexus 6, android 8)
2. run it, open google map
3. open Extend controls, Location TAB, set Longitude '0', Latitude '0'
4. run CMD on Windows, type command "adb -P 5037 -s emulator-5554 emu geo fix -2.00599 52.50659" (this command change GPS location on emulator)
5. watch google map: location on google map - correct (-2.00599 52.50659)
6. wait some time (about 1 second)
Expected Behavior:
location on Google map still -2.00599 52.50659
Observed Behavior:
location on Google map set to 0 0
PS: Also I post detailed question on SO :