genymotion

Error on genymotion power_supply

匿名 (未验证) 提交于 2019-12-03 02:51:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Im using genymotion to emulate my cordova app, and the logcat shows me this error every time. E/Genymotion( 459): Could not open '/sys/class/power_supply/genymotion_fake_path/present' To run my app I'm using a shell command: cordova build && adb install -r platforms\android\bin\Example-debug.apk && adb shell am start -n br.com.example/br.com.example.Example And to see the logcat I'm using: adb logcat 回答1: Android tools allows you to filter the log output. Your can use DDMS to show the logs and add a filter corresponding to your app. Fill the

How to add an SD card to genymotion?

匿名 (未验证) 提交于 2019-12-03 02:49:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: In genymotion settings->storage there is only the internal storage, no SD card. Is there a way to have a SD card also? 回答1: There's already some emulation of SD card (external) storage in Genymotion that might work for you, depending on what you're trying to do. Although Settings->Storage doesn't show it separately as External Storage like you might expect, Genymotion does emulate external storage. The size of files stored there will be reflected in the totals shown under Internal Storage by Settings-Storage. Running in Genymotion, an app

genymotion version and virtual device version do not match

匿名 (未验证) 提交于 2019-12-03 02:49:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm using Genymotion emulator to develop on android, but when I run it, the following error occurs : genymotion version and virtual device version do not match this is for detail error I'm using Genymotion ver.2.2.0 and VirtualBox ver.4.3.12 Can anyone help me? 回答1: You should update your Virtual Device that's all, if you are not looking to see new feature then you can click on "Continue" button. When you update it then you will have a fresh Virtual Device then there you need to install the other third party apps which if you installed in

genymotion failure install failed cpu api incompatible

匿名 (未验证) 提交于 2019-12-03 02:45:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: i recently started using genymotion i am newbie as they say, i figured out how to launch apps but the problem is the apps the i installed successfully are chat or programs apps only no games apps want to be installed on the virtual device i always get this message failure install failed cpu api incompatible, i am using 2 pcs both windows 7 x64 both got the same issue i will upload pics of the cmd commands i used http://imgur.com/yCjuWqm http://imgur.com/qg3dump all i did i just installed these virtual devices Galaxy S4-4.3 - API18 -

How to flash zip on Genymotion programmatically

最后都变了- 提交于 2019-12-03 02:37:40
I'm trying to flash google apps into a genymotion emulator. I can do this using the drag and drop feature, but it's required for my project that the google apps .zip is already loaded into the genymotion machine and it's flashed internally. (To avoid having to interact with the desktop) I've checked questions like this where the flashing is achieved but using the clockworkmod recovery (Which I couldn't install on genymotion). Since there's no docs on the genymotion recovery mode I can't find the commands to flash the zip, but I'm pretty sure they exist. Which commands can be used for flashing

How to use adb with genymotion on mac?

匿名 (未验证) 提交于 2019-12-03 02:31:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using cordova to build apps for android, on Mac OS X 10.9.4. I am using genymotion to create virtual devices. Yesterday I was able to get 'cordova run android' to get my apps to run on a genymotion virtual device. Today, I thought I repeated the steps I took yesterday, but I can't get it to work. I start the adb server (with genymotion not running) with adb start-server adb server starts up fine: * daemon not running. starting it now on port 5037 * * daemon started successfully * I can see it's there lsof -i tcp:5037 adb 19131 bw 7u

Genymotion - /usr/lib64/libX11.so.6: undefined symbol: xcb_wait_for_reply64

穿精又带淫゛_ 提交于 2019-12-03 02:18:58
I installed Genymotion on openSUSE Leap 42.1 and don't have success to execute. I'm getting the following error: genymotion/genymotion: symbol lookup error: /usr/lib64/libX11.so.6: undefined symbol: xcb_wait_for_reply64 I have no idea what may have caused the problem. Anyone else seen this? To solve this problem, navigate to extracted folder (/opt/genymobile/genymotion in my case) and remove the libxcb.so.1 file. In my case i had to remove to files: libxcb.so.1 and libdrm.so.2. I'm using Kali Rolling. In my case, I'm using Debian Stretch, I had to remove from the genymotion directory the

Geny motion failed to import OVA

匿名 (未验证) 提交于 2019-12-03 02:14:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Suddenly, i lost all Geny motion emulators (maybe after upgrading to Geny motion 2.2, not sure) and when ever i download a new virtual machine or emulator i get the "failed to import OVA" error and i can't use the virtual machines i downloaded at all in Geny motion, however they work in virtual box! and i have cleared the cache and deleted old OVAs and re-downloaded other emulators again and again, but it's no use! any clue what's going on? is there a way to re-import emulators i already downloaded by Geny motion to Geny motion again instead

ddms: 'adb.exe,start-server' failed ― run manually if necessary, Android Studio

匿名 (未验证) 提交于 2019-12-03 02:14:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: My adb is down, no matter I am using ADT or Android Studio. And according to the second answer of this SO question , I did: I type: adb nodaemon server Output: cannot bind 'tcp:5037' Then netstat -ano | findstr 5037 I did find a pid of 7416 who listen in 127.0.0.1:5037 I use taskkill /pid 7416 -f to kill it. I type netstat -ano | findstr 5037 again, I found another pid listens at 127.0.0.1:5037 again! I guess they are the same, but I have no idea who it is. Can I simply have a easy way to release this port or change the adb port to another

Connect to VPN in Genymotion Android

匿名 (未验证) 提交于 2019-12-03 02:05:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to Configure and Connect to VPN in Genymotion Virutal Device, I can configure VPN connection in the Virtual Device but unable to Connect, No error showing. I used same settings in my PC and Real Android Devices, Its working fine in the device and PC. I think Its problem with VirtualBox, But I don't know how to resolve it System Details: OS: Linux Mint 32Bit Genymotion Version : 2.1.1 Virtual Device: Galaxy S4 - 4.3 - API18 - 1080x1920 回答1: Genymotion use Virtual Box, you need open this and set the connection Bridged instead NAT,