Android 屏幕中间的 Studio 模拟器白条

Android Studio Emulator White Bar in Middle of Screen

所以我用 Android studio 为 android 模拟器制作了自己的自定义皮肤,但现在我的屏幕中间有一个白条:

布局

parts {
  device {
    display {
      width 1409
      height 3195
      x 0
      y 0
    }
  }
  portrait {
    background {
      image back.webp
    }
    foreground {
      mask mask.webp
      cutout emu01
    }
  }
}
layouts {
  portrait {
    width 1571
    height 3332
    event EV_SW:0:1
    part1 {
      name portrait
      x 0
      y 0
    }
    part2 {
      name device
      x 81
      y 68
    }
  }
}

我编辑了我需要的一切,不是吗?

您的 mask.webp 文件中必须存在像素错误:)

好的,面具的背景必须是这样的:

而不是这个: