How to enable multiuser support in 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:
- adb 外壳
- 苏
- setprop fw.max_users 5
从这里:http://forum.xda-developers.com/showthread.php?p=34350909
这篇关于如何在 AVD 4.2 中启用多用户支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 AVD 4.2 中启用多用户支持


- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01