Genymotion error :Unable to create the virtual device server returned HTTP status code 403

无人久伴 提交于 2019-11-27 15:57:19

Possible solutions are:

  1. Use another network (Public VPN).
  2. Download the .ova file from the browser to skip downloading step in Genymotion.
    Must be signed in to Genymotion account at https://www.genymotion.com/account/login/.

The following describes the second solution:

Right after the "Failed to deploy virtual device" screen with above mentioned error.

  1. Open the log file: %USERPROFILE%\AppData\Local\Genymobile\genymotion.log
  2. Find near the end of file: [Genymotion] [debug] Launching download
  3. Copy the URL that is on the next line https://cloud.genymotion.com/vmtemplate/<vmtemplate_uuid>/getova
  4. Sign in at https://www.genymotion.com/account/login/ Required for next step
  5. Open copied URL from step 3 in the browser, this will return a JSON string
  6. Copy .ova file URL from ova_url
    http://dl.genymotion.com/dists/<aosp_version>/ova/<ova_name>
  7. Open copied URL from step 6 in the browser and save the .ova file to %USERPROFILE%\AppData\Local\Genymobile\Genymotion\ova. Make sure the downloaded .ova file is located here.
  8. Retry adding the same virtual device in Genymotion. It should continue to "Retrieve and deploy the new virtual device".

Check gennymotion settings, if you are logged in.

also check the sdk path in the adb tab

first of go tho settings in genymotion and do the following steps.

  1. login to the genymotion by giving user name and password in account tab.
  2. go to virtual box tab and browse the virtual box installed path directory.
  3. uncheck the use HTTP proxy if it was checked in network tab.
  4. go to ADB tab and select the radio button of use genymotion android tools(default)..

I think genymotion stopped supporting free use. Now we have to purchase license.

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