Can't Repro
Status Update
Comments
br...@google.com <br...@google.com> #2
Hi
when you are saying
When I create an emulator, there is no cutout hole. It appears as I use it. I tried removing it in various ways, but the same phenomenon occurs.
Could you please tell us more about how you create your AVD? Are you creating your own skin? Or did you select one of the Device proposed in the Device Manager ? (e.g. "Small Phone", "Medium Phone", "Pixel 8",...)
there is no cutout hole. It appears as I use it
We are not sure about the situation you are referring to. Some screenshots would be useful, and also a detailed description of "It appears as I use it".
Thanks
tr...@gmail.com <tr...@gmail.com> #3
Hi
Android Studio Meerkat | 2024.3.1
Pixel 9 Pro XL
Android 16.0("Baklava") | x86_64
Api: 36
======================================================================
-- AppData\Local\Android\Sdk\skins\pixel_9_pro_xl\layout
parts {
device {
display {
width 1344
height 2992
x 0
y 0
corner_radius 0 <--------------- no effect
}
}
portrait {
background {
image back.webp
}
foreground {
mask mask.webp
cutout 0 <------------------------ Deleting or changing it has no effect
}
}
}
layouts {
portrait {
width 1466
height 3101
event EV_SW:0:1
part1 {
name portrait
x 0
y 0
}
part2 {
name device
x 57
y 56
}
}
}
-- No Effect
==========================================================
The same problem occurred when using different APIs on different devices.
But after deleting all
AppData\Roaming\Google\AndroidStudio...
directories and restarting, it seems to have been resolved.
Best regards
Android Studio Meerkat | 2024.3.1
Pixel 9 Pro XL
Android 16.0("Baklava") | x86_64
Api: 36
======================================================================
-- AppData\Local\Android\Sdk\skins\pixel_9_pro_xl\layout
parts {
device {
display {
width 1344
height 2992
x 0
y 0
corner_radius 0 <--------------- no effect
}
}
portrait {
background {
image back.webp
}
foreground {
mask mask.webp
cutout 0 <------------------------ Deleting or changing it has no effect
}
}
}
layouts {
portrait {
width 1466
height 3101
event EV_SW:0:1
part1 {
name portrait
x 0
y 0
}
part2 {
name device
x 57
y 56
}
}
}
-- No Effect
==========================================================
The same problem occurred when using different APIs on different devices.
But after deleting all
AppData\Roaming\Google\AndroidStudio...
directories and restarting, it seems to have been resolved.
Best regards
br...@google.com <br...@google.com>
te...@gmail.com <te...@gmail.com> #4
Cutout hole appears again. I attatch a screenshot.
br...@google.com <br...@google.com> #5
Ted, which version of Google Maps SDK for iOS are you using?
Description
It only happened on iPhone 4S, but that might be a coincidence...
# Binary Image Name Address Symbol
0 <App> 0x0012a56e testflight_backtrace
1 <App> 0x00129c02 TFSignalHandler
2 libsystem_c.dylib 0x393a2e92 _sigtramp
3 CoreFoundation 0x3114d036 _CFXNotificationPost
4 Foundation 0x31a63598 -[NSNotificationCenter postNotificationName:object:userInfo:]
5 Foundation 0x31a6705a -[NSNotificationCenter postNotificationName:object:]
6 <App> 0x00236d20 -[GMSServerControlledParameters handleClientParametersResponse:]
7 <App> 0x002366ea __76-[GMSServerControlledParameters sendClientParametersRequestAllowingRetries:]_block_invoke_0
8 <App> 0x003182ea __74-[GMSDASHProtobufferRequest dispatchHandlerWithResponse:error:connection:]_block_invoke_0
9 libdispatch.dylib 0x3933c11e _dispatch_call_block_and_release
10 libdispatch.dylib 0x3933b4b6 _dispatch_client_callout
11 libdispatch.dylib 0x393401bc _dispatch_main_queue_callback_4CF$VARIANT$mp
12 CoreFoundation 0x311cff3a __CFRunLoopRun
13 CoreFoundation 0x31142ebc CFRunLoopRunSpecific
14 CoreFoundation 0x31142d48 CFRunLoopRunInMode
15 GraphicsServices 0x34d1b2ea GSEventRunModal
16 UIKit 0x33058300 UIApplicationMain
17 <App> 0x0008cc82 main in main.m on Line 14
18 <App> 0x0008cc37 start
Attached full trace with all threads and device info.