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 中启用多用户支持


基础教程推荐
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01