Switch android x86 screen resolution

后端 未结 8 1393
我寻月下人不归
我寻月下人不归 2020-12-02 03:40

I would like to use Android-x86 2.2 as an emulator on my Windows 7. I have downloaded VirtualBox and the ISO, and I\'ve made a virtual machine with it, but I can\'t set the

8条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 04:40

    I'm using ubuntu 13.04 as host. This clear tutorial works:

    https://software.intel.com/en-us/blogs/2011/10/11/getting-started-on-android-for-x86-step-by-step-guide-on-setting-up-android-2223-for-x86-testing-environment-in-oracle-virtualbox

    To add more resolutions, do the following:

    • Start your desired VM at Oracle Virtualbox
    • Execute at terminal:

      ~# VBoxManage list runningvms
      
    • Check your VM name

    • Add a new resolution:

      ~# VBoxManage setextradata "[YourVmNameHere]" "CustomVideoMode1" "800x480x16"
      
    • Find in above tutorial: "Test different screen size and resolution"

提交回复
热议问题