genymotion

Clean Genymotion virtual devices local cache

廉价感情. 提交于 2019-12-10 13:46:04
问题 How can I clean the virtual devices local cache of Genymotion? When I try to add a virtual device "Galaxy S4 / HTC One / Xperia Z - 4.2.2 - with Google Apps - API 17 - 1080x1920" in the "Virtual Device Deployment" dialog I get the warning: "This virtual device is deprecated. It is recommanded that you remove it from your local cache and that you use a newer version" My current version of Genymotion is 2.2.0 and the virtual device was created using Genymotion 1.3.0. VirtualBox versions is 4.3

Having trouble running Chrome App in Genymotion Emulator with Google Play installed

冷暖自知 提交于 2019-12-10 10:56:19
问题 I am trying to use Genymotion to run Android 5.0 (android version does not matter here as it fails for multiple). I installed Google Play (from here). All other apps work (and Chrome used to also) but I guess they made some update and now whenever I click on Chrome, the app crashes (screenshot below). I am just looking for ANY solution that allows me to run Chrome app in Genymotion. Is there a way to get just the APK for Chrome to install in the Emulator? (Dont want to do native emulator as

Trying to run Android game using libgdx on Genymotion

落花浮王杯 提交于 2019-12-10 03:31:42
问题 Anybody experienced with libgdx and genymotion? I'm trying to get a libgdx game running on genymotion android emulator - http://www.genymotion.com/ Everytime I try to run on genymotion I get the following exception: java.lang.ExceptionInInitializerError at java.lang.Class.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1319) at android.app.Instrumentation.newActivity(Instrumentation.java:1053) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java

Unable to initialize OpenGL renderer library

筅森魡賤 提交于 2019-12-09 15:39:28
问题 I am trying to open a virtual android device using genymotion. The problem is that it will not able to start Genymotion virtual device.Theirs an error display that it was unable to initialize OpenGL renderer library. I already check the OpenGL support and its was version 3.0. What is the problem now? Unable to initialize OpenGL renderer library. 回答1: I had a similar issue that ended up costing me quite some time. In my case, I was using an older Intel graphics card driver that prevented me

Can't run my app with Genymotion

﹥>﹥吖頭↗ 提交于 2019-12-09 08:33:30
I have installed Genymotion in my osx (I am using Android Studio ). The Genymotion icon appears in the ide toolbar but I can't run my app with this emulator, since it is not shown in my AVD manager . How can I make this work ? Edit :@pyus13, I can't find any bottom tab button, here's a screen To summarize for others: Start the genymotion emulator you want to install/run the application on Open terminal and restart adb with the commands adb kill-server then adb start-server In terminal type adb devices and make sure the emulator shows up In Android Studio under the run configurations change

Genymotion Still waiting at “Booting”

旧城冷巷雨未停 提交于 2019-12-09 05:25:05
问题 I use Genymotion for Android Studio but genymotion still booting does not On status I searched for a solution and followed Uninstall and Re-install Clear Cache Remove device and new install Fix Host-Only Ethernet to default And another thing to try But I can't fix it Genymotion v3.0.1 VM VirtualBox v6.0.4 Please help me find a solution. Help me. Sorry for my english 回答1: Tried to reset cache, re-create the device, toggle network mode, upgrade Genymotion to 3.0.1, and NONE of them worked. A

Failed to flash file gapps-jb-20130813-signed.zip genymotion

最后都变了- 提交于 2019-12-09 02:23:05
问题 Why am i getting "failed to flash file gapps-jb-20130813-signed.zip genymotion" this error when i am trying to install Google apps on Genymotion simulator. I just drag n dropped >>gapps-jb-20130813-signed.zip<< and gave this error. Please let me know if anyone else has faced the same issue and the fix. 回答1: I also faced same issue I sort it by downloading the correct GApps meant for particular android version.Here is the list: Google Apps for Android 6.0 1) (https://www.androidfilehost.com/

Can't find Genymotion.app

走远了吗. 提交于 2019-12-08 20:59:24
问题 I am unable to test my application on Android studio via genymotion. Genymotion warning: You must specify the path to the Genymotion folder to use this feature. when trying to location Genymotion.app I get this error: "Cannot find Genymotion in the specified path" this is the path I entered for genymotion.app: C:\Users\Rua\AppData\Local\Genymobile\Genymotion 回答1: On Mac,this is my solution: /Applications/Genymotion.app/Contents/MacOS/player.app 回答2: Using Windows First off, you need to

Unable to start the Genymotion virtual device

混江龙づ霸主 提交于 2019-12-08 13:43:15
问题 In my desktop computer I've installed Oracle VM VirtualBox and Genymotion software. Then I've created a new virtual device. The problem is when I play the newly created virtual device it shows following error dialog. I am new to this Genymotion software and I have found some guidelines from the Internet. But I have no clear idea about hoe to use this software and I am a little bit confused. I would be much obliged if anyone please be so kind enough to help me to solve this matter. 回答1: Try to

Get IMEI in GenyMotion emulator

痴心易碎 提交于 2019-12-08 11:33:35
问题 Hi I'm developing an android application an runed it on genymotion emulator , in this application i need the device IMEI but i always get a null value the same logic works with AVD emulator or android smartphone TelephonyManager telephonyManager = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE); IMEI = telephonyManager.getDeviceId(); with permission added to the manifest <uses-permission android:name="android.permission.READ_PHONE_STATE" /> 回答1: The .getdeviceID() is not