android - "Enable foldable display"即使将 android studio 更新到版本 3.5 并将 android 模拟器更新到 29.1.12 也不会显示

标签 android android-studio android-studio-3.5

谁能告诉我为什么在我的模拟器设置中看不到“启用可折叠显示”选项?

首先,让我给你描述“如何设置可折叠模拟器?”的链接。 https://androidstudio.googleblog.com/2019/04/emulator-2901-canary.html

上面的链接附有下面的屏幕截图,您可以在其中看到描述“启用可折叠显示”选项的突出显示部分: enter image description here

自己的模拟器设置屏幕截图没有给我“启用可折叠显示”选项。

enter image description here

下面是随附的屏幕截图,您可以在其中看到我已经更新了可折叠模拟器所需的所有内容:

更新了 android studio 截图 enter image description here

更新安卓模拟器时的截图 enter image description here

下面是两个可折叠屏幕截图,但您可以在其中看到它没有自动调整自身。 enter image description here enter image description here

下面是最终的展开截图 enter image description here

如果我尝试折叠/展开设备,但设备折叠/展开不正确,但图形部分保持不变。所以我猜问题出在“启用可折叠显示”选项上。有什么可以帮助我的吗?提前致谢。

最佳答案

我遇到了同样的问题。 所以我安装了android studio的金丝雀版本https://developer.android.com/studio/preview

从android studio的sdk管理器中卸载模拟器并重新安装。

现在可以了!

关于android - "Enable foldable display"即使将 android studio 更新到版本 3.5 并将 android 模拟器更新到 29.1.12 也不会显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57849235/

相关文章:

android - 如何在 fragment 类中创建 datePicker 和 timePicker 对话框?

java - 为了创建一个让用户相互连接的 Android 应用程序,我需要什么? (注册及登录)

android - Gradle 同步问题/Android 2.3.3/Gradle 2.3.3

java - 模运算符空指针异常

android - 如何将 Android 字符串资源导入/导出到 Excel 以进行本地化?

Android Studio 3.5 版抽屉导航

android - 为什么来自不同项目的应用程序模块出现在我当前的 Android Studio 项目中?

java - 获取范围内所有基站的 CID、LAC 和信号强度

android - Cordova/Phonegap 的 InAppBrowser 插件——window.open 不在默认浏览器中打开链接

Android Studio 3.5 - 格式化 (ctrl+Alt+L) XML 文件中的代码正在重新排列 LinearLayout 中的 View