无意中替换了google像素3 xl的仿真器布局,我在任何地方都找不到它,就是在这个路径中找到的文件: C:\Users\your_user\AppData\Local\Android\Sdk\skins\pixel_3_xl。

我已经找遍了所有的谷歌,我找不到一个心地善良的人把它传给我。
发布于 2020-07-17 22:34:06
当我在notepad++中打开它时:
parts {
device {
display {
width 1440
height 2960
x 0
y 0
}
}
portrait {
background {
image port_back.webp
}
foreground {
mask round_corners.webp
cutout emu01
}
onion {
image port_fore.webp
}
}
}
layouts {
portrait {
width 1684
height 3246
event EV_SW:0:1
part1 {
name portrait
x 0
y 0
}
part2 {
name device
x 126
y 72
}
}
}https://stackoverflow.com/questions/62961701
复制相似问题