问题
I'm trying to add a device on Genymotion Android Emulator, but after i select android device and press install i got some error, this error :
Unable to create the virtual device
Server returned HTTP status code 403
how must i do to resolve this error?
回答1:
Possible solutions are:
- Use another network (Public VPN).
- 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.
- Open the log file:
%USERPROFILE%\AppData\Local\Genymobile\genymotion.log - Find near the end of file:
[Genymotion] [debug] Launching download - Copy the URL that is on the next line
https://cloud.genymotion.com/vmtemplate/<vmtemplate_uuid>/getova - Sign in at https://www.genymotion.com/account/login/ Required for next step
- Open copied URL from step 3 in the browser, this will return a JSON string
- Copy .ova file URL from ova_url
http://dl.genymotion.com/dists/<aosp_version>/ova/<ova_name> - 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. - Retry adding the same virtual device in Genymotion. It should continue to "Retrieve and deploy the new virtual device".
回答2:
Check gennymotion settings, if you are logged in.
also check the sdk path in the adb tab
回答3:
first of go tho settings in genymotion and do the following steps.
- login to the genymotion by giving user name and password in account tab.
- go to virtual box tab and browse the virtual box installed path directory.
- uncheck the use HTTP proxy if it was checked in network tab.
- go to ADB tab and select the radio button of use genymotion android tools(default)..
回答4:
I think genymotion stopped supporting free use. Now we have to purchase license.
来源:https://stackoverflow.com/questions/38909428/genymotion-error-unable-to-create-the-virtual-device-server-returned-http-statu