如何在 AVD 4.2 中启用多用户支持

How to enable multiuser support in AVD 4.2(如何在 AVD 4.2 中启用多用户支持)
本文介绍了如何在 AVD 4.2 中启用多用户支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么方法可以在带有 Android 4.2(ADT 版本 21)的新(模拟器)AVD 中启用多用户支持?在真实设备上,设置中应该有用户菜单项,但在我的 AVD 上丢失了.我知道此功能仅对某些平板设备启用,但在新的设备定义部分创建 AVD 或编辑设备时我没有找到任何类型的设置.即使使用 Android 4.2 从 Nexus 7 配置文件创建设备也无济于事.
任何建议如何启用此功能?谢谢!

Is there any way how to enable multiuser support in the new (emulator) AVD with Android 4.2 (ADT version 21)? On real device there should be User menu item in Settings, but on my AVD is missing. I know that this feature is enabled only for certain tablet devices but I didn't find any kind of setting when creating AVD or editing device in the new Device Definitions section. Even creating device from Nexus 7 profile with Android 4.2 didn't help.
Any suggestions how to enable this feature? Thanks!

推荐答案

对我来说,这适用于 10.1 Jelly Bean avd:

For me this works on a 10.1 Jelly Bean avd:

  1. adb 外壳
  2. setprop fw.max_users 5

从这里:http://forum.xda-developers.com/showthread.php?p=34350909

这篇关于如何在 AVD 4.2 中启用多用户支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)