Fixed
Status Update
Comments
ap...@google.com <ap...@google.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.
hu...@google.com <hu...@google.com>
ap...@google.com <ap...@google.com> #3
Issue happens also on ubuntu 22.04
ap...@google.com <ap...@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)
ap...@google.com <ap...@google.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
an...@google.com <an...@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.
ap...@google.com <ap...@google.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
Description
When the user specifies a destination to store the result of an image capture (with the use of
outputFileOptions
), theImageCapture
use case should verify whether this destination is valid before triggering the image capture request to the camera. If the destination is not valid, the operation should fail fast and the user should be notified about it.