I have recently downloaded Genymotion in hopes of having a speedier emulator for working in Android Studio. Everything looks like it downloaded correctly, and I have linked my Genymotion to my Android Studio. The problem is when I try to sign into Genymotion, it keeps saying "unknown generic error." I have contacted Genymotion many times about this issue, and they have not gotten back to me. I even tried re-downloading Genymotion, and creating a new account. Nothing seems to help.
- Try checking the Virtual box installation. Update virtual box if needed.Quantum_VC– Quantum_VC2015-04-20 21:47:00 +00:00Commented Apr 20, 2015 at 21:47
- Tried uninstalling virtual box and genymotion and reinstalling them. Nothing seemed to helpDylan Price– Dylan Price2015-04-22 04:10:56 +00:00Commented Apr 22, 2015 at 4:10
- Can you post picture of error? Check 32 bit/ 64 bit versions.Quantum_VC– Quantum_VC2015-04-23 01:59:06 +00:00Commented Apr 23, 2015 at 1:59
14 Answers
In your GenyMotion go to:
- Settings -> Network
- Check Use HTTP Proxy
- Insert HTTP Proxy and Port
- Click "OK"
- Now try to login genymotion.
Hopefully it helps
1 Comment
Mine got resolved by doing the following: Opening Virtual Box -> Preferences -> Network - > host-only networks -> Edit Virtual Host-Only Ethernet Adapter -> DHCP Server -> uncheck Enable server.
it may help some.
1 Comment
I had the same issue but I solved it by this steps
1. get your Ip address that you use it to enter internet
2. open network and sharing center
3. open virtualbox host-only network
4. put your internet Ip as default gateway and prefered dns server it should work after that.
Explanation: virtual machine made a network card and give it default IP "192.168.56.1" if this IP can't access internet so you can't login so but your internet ip as default gateway and dns
that's worked for me.
Comments
I had the same issue and I logged in at Genymotion website and then I tried logging in with app. It worked for me.
1 Comment
Almost like @Flowra mentioned:
- Find the IP address and default gateway of your network (cmd ->
ipconfig). - Open Network and Sharing Center and click on Virtual Box host only Network.
- Click Properties -> IP4 Properties
- Put your network's default gateway (eg. 192.168.1.1) in the default gateway and your IP address as the Preferred DNS Server
Then restart Genymotion.
Comments
I have faced the same issue...
First
Open Virtual Box -> Preferences -> Network - > host-only networks -> Edit Virtual Host-Only Ethernet Adapter -> DHCP Server -> uncheck Enable serve
Then
Open setting "Open Network and Sharing Center" > Change Adaptor Setting > Right Click on "Virtual Box Host-Only Network" > Properties > Select "Internet Version Protocol 4 (TCP / IPv4)" > Click on "Properties" Tab > Check "Obtain IP Address Automatically" as well as "Obtain DNS Server Automatically"
At this point, the problem still wasn't solved
Finally
Open Antivirus >Internet & Network > Programme Rules > Allow Genymotion
and it's done!
Comments
I use window 7 n use Internet Connection by wireless, not LAN cable.
- Open settiing "Open Network and Sharing Center"
- I've 2 network : 2.1 Wireless connection (that have Internet connection) 2.2 VirtualBox network (that no network to access internet)
- Check my IP Address from wireless connection (2.1) Example : 192.168.aa.bb subnet : 255.255.255.0 gateway: 192.168.aa.1
- Open my VirtualBox network n I found this: IP Address : 192.168.xx.yy subnet: 255.255.255.0
- Make IP from Wireless as Preferred DNS Server
- Change subnet from VirtualBox to 255.255.0.0 (because aa different with xx, so I use subnet class B --> 255.255.0.0)
- And I successfullly login in genymotion to choose n download new virtual device.
So, this is my final setting for VirtualBox network:
IP address: 192.168.cc.dd
Subnet: 255.255.0.0
Default gateway: -empty-
Preferred DNS server: 192.168.aa.bb --> IP my internet connection (2.1)
Alternate DNS server: -empty-
Hope my answer can help U.
Comments
Just login to the website, https://www.genymotion.com (on your browser) and your problem will be fixed.
If doesn't: Search for your WiFi's server IP (ex. 192.168.1.1).
Go open your VirtualBox>Preferences>Network>Host-Only Network.
Edit: VirtualBox Host-Only Ethernet Adapter Change IPv4 Address to your Internet's IP and also all other similar to the former number you've replaced.