Error on running “adb shell wm density 240” for changing Android device density

北城余情 提交于 2019-12-02 03:28:56

I changed it to:

adb shell am display-size 800x480

and it worked

wm (Window Manager) is not available on Jelly Bean and older devices. for pre jelly bean use

adb shell am display-density 240

or

adb shell am display-size 800x480
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!