Emulator 28.0.20 发布,Android Studio 中的模拟器

栏目: Android · 发布时间: 6年前

内容简介:Emulator 28.0.20 stable 发布了,此版本更新如下:

Emulator 28.0.20 stable 发布了,此版本更新如下:

  • Fixed freeze on snapshot load on Windows with certain models of Intel GPUs.

  • Fixed unauthorized ADB device state when using a non-standard ANDROID_SDK_HOME location.

  • Fixed crash when booting system images with CPU acceleration disabled on Windows.

  • Fixed pixelated emulator display. Downsampling should now be working.

  • Fixed an issue in macOS 10.14+ where the virtual scene camera mouselook control could become too sensitive due to an interaction with new accessibility security settings.

  • Fixed an error in timezone calculation that could result sporadically incorrect setting of the emulator clock.

  • Fixed rendering errors in various cocos2d and Unreal engine apps.

  • Added support in the emulator for Wi-Fi peer-to-peer . Two emulators can now talk to each other directly via Wi-Fi if using the latest Pie Play Store image. To use, start two AVDs with the same -wifi-server-port and -wifi-client-port arguments:

    • emulator @<server-avd-name> -wifi-server-port 9999

    • emulator @<client-avd-name> -wifi-client-port 9999

  • Added support for more webcams on Windows by taking any incompatible frame sizes and dynamically resizing them to fit the camera setting in the Android guest.

发布公告


以上所述就是小编给大家介绍的《Emulator 28.0.20 发布,Android Studio 中的模拟器》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

《数据结构》算法实现及解析

《数据结构》算法实现及解析

高一凡 / 西安电子科技大学出版社 / 2002-10-1 / 35.0

《数据结构算法实现及解析》配有光盘,光盘中包括书中所有程序及用标准C语言改写的程序。所有程序均在计算机上运行通过。《数据结构算法实现及解析》适用于使用教科书的大中专学生和自学者。书中的基本操作函数也可供从事计算机工程与应用工作的科技人员参考和采用。一起来看看 《《数据结构》算法实现及解析》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具