genymotion

Run react-native on android emulator

偶尔善良 提交于 2019-12-02 20:19:33
I try to run react-native app on genymotion android emulator on my mac. When I write react-native run-android It gets Running /usr/local/opt/android-sdk/platform-tools/adb reverse tcp:8081 tcp:8081 error: closed Could not run adb reverse: Command failed: /usr/local/opt/android-sdk/platform-tools/adb reverse tcp:8081 tcp:8081 Building and installing the app on the device (cd android && ./gradlew installDebug... Could not install the app on the device, read the error above for details. Make sure you have an Android emulator running or a device connected and have set up your Android development

Using layer-list to display some drawable images

梦想与她 提交于 2019-12-02 18:57:07
Android studio 2.0 Preview 3b Hello, I have created the following layout that I want to use for a background for my app. I am using the layer-list and I want to display a bowl of peas in 2 locations. Everything looks ok in the preview, but when I run on genymotion or some cheap Chinese devices the image stretches across the screen. However, on the Android AVD, everything looks fine and on my Nexus 5 (real device) everything works ok. This is what I want and this is how it's displayed in the AVD and Nexus 5. As you can see there is no problem. <layer-list xmlns:android="http://schemas.android

genymotion failure install failed cpu api incompatible

耗尽温柔 提交于 2019-12-02 17:42:54
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 - 1080x1920 WXGA 10.1 Tablet - 4.3 - API 18 - 1280x800 so if u

Genymotion will not load a virtual device

瘦欲@ 提交于 2019-12-02 17:40:45
I have been using Genymotion for about 4months now and all was well until I updated Virtual box to 4.3 . I did not like it because I didnt know how to run 64 bit OSs on it,so i downgraded to 4.2 . Now genymotion machines wont run. at the end of every machine (factory-backup) is appended and this is the error I get: Failed to open a session for the virtual machine Galaxy S4 - 4.2.2 - API 17 - 1080x1920. Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND). Failed to attach the network LUN (VERR_INTNET_FLT_IF

Genymotion unable to load VirtualBox engine on Windows 10

℡╲_俬逩灬. 提交于 2019-12-02 17:28:58
I recently upgraded to Windows 10 BUILD 10130 and for some reasons, Genymotion doesn't seem to be working. It says "Unable to load VirtualBox Engine." Now i did a bit of research and all the solutions suggested to Delete the Host-only network from Virtual Box settings. Well here's the thing i don't have any networks listed there. And the one which i found on the Network and Sharing center cannot be deleted. Even a clean install hasn't solved the issue Please help. Step 1: Run VirtualBox as administrator Step 2: Go to File -> Preferences -> Network -> Host Only Networks Step 3: Add a new one or

Genymotion Error: “Unable to load VirtualBox Engine” on Yosemite. VirtualBox installed

徘徊边缘 提交于 2019-12-02 17:08:51
I have a Macbook Pro 13 inch with OS X Yosemite [Memory 8 GB, Graphics Intel Iris Graphics 6100 1536 MB]. I am trying to setup Genymotion as Android Emulator. I installed Oracle VirtualBox first from https://www.virtualbox.org/wiki/Downloads [VirtualBox-5.0.0-101573-OSX.dmg], and then Genymotion for personal use from Genymotion [genymotion-2.5.0.dmg]. But I get the following error - I checked all the previous answers on StackOverflow and the Google search results, and I did the following, but none of them solved the problem. 1. (a) sudo /Library/Startupitems/VirtualBox/VirtualBox restart OR (b

Ubuntu Linux 32bit - not a Genymotion virtual device

淺唱寂寞╮ 提交于 2019-12-02 16:55:47
问题 since 4 days i have a problem with my genymotion without found a solution i am working on ubuntu 12.04 32bit(architecure: i686) and install android studio and put plugin of genymotion in it succefully...now my problem when click on genymotion device manager,the list is empty and when i try to click on "new" i have nothing and i have this in the log * Listing virtual machines and found Genymotion virtual device... 9:42:21 AM Genymotion: Virtual machine found: linux-andr [64ef4d4a-35b9-440d

How to check Android app is running in real device or virtual device? [duplicate]

烈酒焚心 提交于 2019-12-02 14:36:02
This question already has an answer here: How can I detect when an Android application is running in the emulator? 34 answers I would like check real device user or virtual device user (like AVD, Genymotion, bluestack something like that) My app is checked device id and rewarded. if abusing users are running app in virtual device, you now I'll be a beggar :( Thomas R. You can use checks like this: public boolean isGenymotionEmulator(String buildManufacturer) { return buildManufacturer != null && (buildManufacturer.contains("Genymotion") || buildManufacturer.equals("unknown")); } public boolean

Ubuntu Linux 32bit - not a Genymotion virtual device

半城伤御伤魂 提交于 2019-12-02 11:51:43
since 4 days i have a problem with my genymotion without found a solution i am working on ubuntu 12.04 32bit(architecure: i686) and install android studio and put plugin of genymotion in it succefully...now my problem when click on genymotion device manager,the list is empty and when i try to click on "new" i have nothing and i have this in the log * Listing virtual machines and found Genymotion virtual device... 9:42:21 AM Genymotion: Virtual machine found: linux-andr [64ef4d4a-35b9-440d-aea9-45df03783bcd] 9:42:21 AM Genymotion: Checking virtual machine... 9:42:21 AM Genymotion: Launch

AMD Processor Hax Kernel is not installed

亡梦爱人 提交于 2019-12-02 05:06:52
I'm having problems with the Emulator on Android Studio. First of all, when I'm trying to execute my app with the Android Studio emulator, appears me the following log: emulator: ERROR: x86_64 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed! Ok, searching I found that I have to install intelhaxm-android.exe So I did it, but appers me a pop-up saying that my computer does not support Intel Virtualization technology. Ok, searching I found that this is an option of my BIOS,