Fixed
Status Update
Comments
ig...@irl.com <ig...@irl.com> #2
Hello everyone. Is this bug going to be fixed? I have to install 3rd party app to emulate the location. I really need this feature. Please, fix it.
se...@google.com <se...@google.com> #3
Issue happens also on ubuntu 22.04
se...@google.com <se...@google.com> #4
Issue happens also on POP_OS 22.04
ap...@google.com <ap...@google.com> #5
I have the same issue on Ubuntu 22.04. There is for a quick moment a white square where the map should be, but it is gone in a blink. Not sure if it is related, but when selecting a saved route, a grey overlay with the text "Loading Saved Route.." appears. This remain in place forever until the emulator is closed. (screenshot attached)
x3...@gmail.com <x3...@gmail.com> #6
Same, blank map, white square at first but then nothing.
Also keeps loading when uploading saved route.
SDK does not change anything, I'll try changing API 33 to another one maybe that's the issue.
Ubuntu 22.04
Also keeps loading when uploading saved route.
SDK does not change anything, I'll try changing API 33 to another one maybe that's the issue.
Ubuntu 22.04
se...@google.com <se...@google.com> #7
Same happening to me on Ubuntu 22.04.
I tried several API emulators (23 to 33).
Also tried deleting and creating emulators again.
Also tried rolling back the emulator version a couple of versions prior.
Calling the emulator in the command line instead of in the IDE, does not solve it either.
Nothing worked and I have both problems: map does not appear and when clicking the routes, it gets stuck on Loading.
I tried several API emulators (23 to 33).
Also tried deleting and creating emulators again.
Also tried rolling back the emulator version a couple of versions prior.
Calling the emulator in the command line instead of in the IDE, does not solve it either.
Nothing worked and I have both problems: map does not appear and when clicking the routes, it gets stuck on Loading.
kc...@gmail.com <kc...@gmail.com> #8
I also opened an issue in stackoveflow, https://stackoverflow.com/questions/71316605/google-maps-missing-in-extended-controls-android-emulator a while back, but issue is still ongoing this seems like it is a Linux related issue, I can confirm it works on Windows and Mac, this issue needs to get fixed at this point.
For now as a workaround you can you the flatpak version as suggested by @Torbenhttps://stackoverflow.com/questions/71316605/google-maps-missing-in-extended-controls-android-emulator#comment126431100_71316605 .
For now as a workaround you can you the flatpak version as suggested by @Torben
kc...@gmail.com <kc...@gmail.com> #9
Same problem on Ubuntu 22.04. It's been broken for 3 months, is there any way to get someone at Google to take notice of this problem? Android Studio cannot be used for location based development on Linux.
Note that the Flatpak version is not an official distribution. Page says "NOTE: This wrapper is not verified by, affiliated with, or supported by Google."
Emulator is https://dl.google.com/android/repository/emulator-linux_x64-8420304.zip
Description
Component used: Emoji2 Version used: 1.0.0, 1.0.1 Devices/Android versions reproduced on: API 30 Emulator with Google apis
What is the expected behaviour when using
TextView.setTextFuture
with text which contains emojis?At the moment we're seeing plain text that contains emojis be replaced with
EmojiSpans
which are not compatible withTextView.setTextFuture
.Our workaround is to process all text and check for instances of
MetricAffectingSpan
, if an instance is found we replacesetTextFuture
withsetText