【已解决】因为密钥过多导出按钮无法显示的问题,无法迁移,无法批量导出

  1. 电脑安装adb
  2. 执行获取屏幕分辨率,显示密度的信息
[SED]:
adb shell wm size
[RTN] :
Physical size: 1260x2720
[SED]:
adb shell wm density
[RTN]:
Physical density: 520

image

  1. 调整显示密度
adb shell wm density 300  # 可见导出按钮,如果还是不行,调更小
adb shell wm density reset   # 恢复正常显示密度