I am not able to start genimotion emulator after upgrading my windows to 8.1. It shows black screen saying dialog "Starting an emulator".
Can anyone know some work around for this?
I've managed to get mine to work by:
Uninstall Genymotion
Uninstall Virtualbox
Install latest Virtualbox
Install Genymotion (the version without Virtualbox)
Caveats: Runs slower than mollases :( I'll post back here if I find a fix for that.
I have uninstalled every thing and install new version 2.0.1 and working fine in windows 8.1 64-bit.
Had the same issue. For me it was enough to update VirtualBox to the latest available release which is version 4.18 at the time of this writing. No need to uninstall anything or to touch Genymotion itself.
Related
After upgrading to Android Studio 2.2, adb will disconnect from my devices after a few minutes (~ 15 mins). I have to either re plug the device or disable ADB and renable every time. It happens with all devices. This is on MacOS Sierra. Is there a timeout setting they have added?
I ran into this error as well, and it turned out that the problem for
me was that a Stetho tab was open in Chrome (i.e. a tab at URL
chrome://inspect/#devices ), which I guess was causing the device to
be in use. Closing that tab, then running adb kill-server, made adb
devices work again.
original answer https://stackoverflow.com/a/36662403/3290623
The issue is with ADB and it is reported in the bug tracker: Issue 219085: adb does not work reliably on MacOS Sierra.
Answer from the thread:
The fix has been released in the Beta Preview Channel, we apologize
for the inconvenience.or more information on how to use the Beta Preview Channel, please consult http://tools.android.com/download/studio
Edit-1:
Upgrading 2.2 to 2.2.1 or uninstalling the Android Studio-2.2 and installing the 2.2.1 won't work. Try to do clean uninstall by following the thread How to completely uninstall Android Studio? and check.
Try to install the drivers again and restart the Mac, it works for me on AS 2.2
if you do not want to upgrade your Android studio to preview version , just open the sdk manager and upgrade the sdk build-tools, then restart android studio . it works for me !
I install Genymotion on the Ubuntu 16.04 64Bit. I created a virtual emulator for Android 6.0 then I run this emulator but emulator is disappearing and the emulator is running background. I checked the emulator on the VirtualBox and I saw this issue:
I solved the issue:
System Settings > Software & Updates > Additional Drivers :
Then you click Apply Changes button and you restart your pc.
I don't know reason of the issue, open source driver is not running for Genymotion but NVIDIA is running.
I had exactly the same issue as in the image but i am using Windows 10 and the version of Genymotion is 3.0.1, so the problem was that my graphics card no longer matches Genymotion requirements. So simple solution was that I had downgrade Genymotion to 2.12.2.
https://dl.genymotion.com/releases/genymotion-2.12.2/genymotion-2.12.2.exe
Just go to your install directory and delete the libdrm.so.2, then restart.
Use command:
cd /genymotion/install/directory
mv libdrm.so.2 libdrm.so.2_bk
And then restart.
Here is the reference: Genymotion is not working
For those who struggled with this problem, I just could not get it to solve - tried different versions of virtualbox to see what is compatible with genymotion etc
Finally I directly downloaded and android vdi from here
http://www.osboxes.org/android-x86/
and installed it as in
https://blogs.oracle.com/oswald/importing-a-vdi-in-virtualbox
wwhew ... that worked
Hope that helps
Update your genymotion and Virtualbox...
this way fix problem
I am using genymotion with intellij ultimate. Everything was working fine with version 2.6 and android vm was running well. After that I upgraded genymotion to version 2.7.2 and nothing worked since.
What is happening that I am trying to run the small window of genymotion and start the vm of android in the list. But whatever I press it is stuck and nothing shows on the screen.
Please advise me.
Just download VirtualBox 5.1 and install it, it worked for me
https://www.virtualbox.org/
I've setup the latest Xamarin Android Player (XAP) on my AMD64 server running Windows Server 2012
Hyper V has been uninstalled.
Before doing so I uninstalled Virtual Box and let XAP install its version.
When I start XAP with device Nexus 7 Lollipop it boots to the Android logo and goes no further.
What is wrong?
You need to post errors and logs.
VirtualBox should be installed I believe for the Android Xamarin emulator to work.
However, you could try reinstalling the Android player. Make sure virtualization is enabled in bios.
If worse comes to worse, you can install the Android AVD manager and use the normal Android emulator which also works on Xamarin.
The Xamarin Android Player is still in preview, any issues with can be addressed with bug report at https://bugzilla.xamarin.com/newbug
Please include the logs when you file a bug, you can generate logs by Right-click bottom bar > Generate Bug Report
In the meantime, I would recommend you to use Visual Studio Android emulators
In addition to what Prashant suggests, you can also try a different simulator image. Some of the XAP device images seem to be unable to boot properly on some machines. I've not seen any issues under OSX version of XAP, but the Windows version seems to be affected on some systems.
I have followed following tut to install messaging-simulator.apk on my Nexus 7 emulator of adt sdk...
http://www.orhancanceylan.com/installing-and-testing-apk-files-to-the-android-emulator-on-mac/
But, after the device (virtual) is launched (which is annoyingly slow), no further action could be performed from terminal as it gets stuck or no progress is shown. (Basically, I am stuck after ./android command. Nothing can be entered in terminal after that. How do i resolve this?
If you can't type a thing in the terminal - just open a new Terminal window and type it there.
A few tips that will speed up your emulator
Make your emulator as intel x86. and check Use host GPU
Install HAXM from the sdk manager
make the settings like this:
I use mac to develop Android.
Thanks a ton to #Uriel Frankel. Yet, all those tips and tricks given by him did not work out for me due to low memory in my macbook.
So I have used Genymotion emulator(http://techapple.net/2014/05/3-best-android-emulators-for-mac-os-macbook-run-and-install-android-app-on-your-mac-os-x-macbook-airpro/) instead of default android emulator and successfully launched the app by installing it.
You can all try above solution first and if it did not work out, use Genymotion, it's cool :)