genymotion

Genymotion screen orientation issue for tablet

纵然是瞬间 提交于 2019-12-02 04:32:17
问题 I am using Genymotion. I created layout for sw800dp tablet and sw600dp. I want my app only for portrait, so what i did <activity android:name="TestCountry" android:screenOrientation="portrait" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> Now If i run the app with genymotion emulator size 1280x800 it shows following output and then press ctrl+F11 and change orientation then it

Genymotion Initialize Engine: failed in IntelliJ

心不动则不痛 提交于 2019-12-01 20:42:13
I downloaded Genymotion and Genymotion IntelliJ plugin. I set Genymotion path in Intellij. Instructions: https://cloud.genymotion.com/page/doc/#collapse-intellij When I try to relaunch plugin I get the following error: 4:36:22 PM Genymotion: Loading Genymotion library 4:36:22 PM Genymotion: Genymotion directory: /Applications/Genymotion.app/Contents/MacOS 4:36:22 PM Genymotion: Trying to initialize engine 4:36:23 PM Genymotion: Initialize Engine: failed What am I doing wrong? Surprisingly not much on the internet about this. If you were to just run Genymotion (standalone) you'd get the nice

React native Android SyntaxError: Attempted to redefine property 'key'

匆匆过客 提交于 2019-12-01 19:27:50
问题 I get the following error on Emulators (tested Genymotion and google Stock Emulator) and on a physical device (Samsung S4) after running react-native run-android : The error typed out: java.util.concurrent.ExcecutionException: java.lang.RuntimeException: SyntaxError: Attempted to redefine property 'key'. (http://192.168.50.37:8081/index.android.bundle?platform=android&dev=true&hot=false:72450) In this stackoverflow discussion a similar error (also an java.util.concurrent.ExecutionException )

How to use adb with genymotion on mac?

不问归期 提交于 2019-12-01 19:22:23
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 IPv4 0x3c0bc54e449e35f5 0t0 TCP localhost:5037 (LISTEN)

React native Android SyntaxError: Attempted to redefine property 'key'

微笑、不失礼 提交于 2019-12-01 18:15:06
I get the following error on Emulators (tested Genymotion and google Stock Emulator) and on a physical device (Samsung S4) after running react-native run-android : The error typed out: java.util.concurrent.ExcecutionException: java.lang.RuntimeException: SyntaxError: Attempted to redefine property 'key'. (http://192.168.50.37:8081/index.android.bundle?platform=android&dev=true&hot=false:72450) In this stackoverflow discussion a similar error (also an java.util.concurrent.ExecutionException ) occurred with Genymotion but the solution there didn't help me, i.e. adb reverse tcp:8081 tcp:8081 . I

Genymotion - which IP set in etc/hosts file for access host's local webserver via domain?

时光怂恿深爱的人放手 提交于 2019-12-01 17:46:26
in original emulator I can push own etc/hosts file with list of host's (PC) local domain with this IP address: 10.0.2.2 web.loc Which IP I must use for Genymotion emulator (network in virtual machine setting is set as "VirtualBox Host-Only Ethernet Adapter", IP in simulated Android machine is 192.168.56.101. I try 192.168.56.1 but this not work. Thank for the help. EDIT: I used NAT instead of Host-Only for network and now I can connect to host PC via its real IP address. 10.0.3.2 is the localhost IP from genymotion vm machine. user2922138 You can open cmd then typing ipconfig . You will see

Display Keyboard for EditText in Emulator (GenyMotion) Android 4.3

若如初见. 提交于 2019-12-01 15:45:45
Does anybody know how to display the keyboard in the emulator when the EditText field has focus. I have tried so many solutions but none of them work. I am working in android 4.3 Jelly Bean. The Emulator I am using is GenyMotion. I would also like to know how to hide the keyboard when the EditText field loses focus. I assume however if the keyboard does not appear in the emulator it won't appear when testing on the device. Any help much appreciated Just check the details of your emulator. Soft Keyboard won't be displayed if you have checked the option "Hardware Keyboard Present", uncheck that

Genymotion - which IP set in etc/hosts file for access host's local webserver via domain?

試著忘記壹切 提交于 2019-12-01 15:28:04
问题 in original emulator I can push own etc/hosts file with list of host's (PC) local domain with this IP address: 10.0.2.2 web.loc Which IP I must use for Genymotion emulator (network in virtual machine setting is set as "VirtualBox Host-Only Ethernet Adapter", IP in simulated Android machine is 192.168.56.101. I try 192.168.56.1 but this not work. Thank for the help. EDIT: I used NAT instead of Host-Only for network and now I can connect to host PC via its real IP address. 回答1: 10.0.3.2 is the

Genymotion failed to deploy virtual device

人盡茶涼 提交于 2019-12-01 14:23:23
I am unable to create a virtual device in genymotion, server returned http code 403 shows up everytime I try to download a virtual device . I have tried with both Lan cable and wifi network.Beside that I have tried uninstalling/reinstalling genymotion but result is the same 403 error. Please help. you can use any free ( or licene) VPN software to change localtion (IP) to any country. After that you can download virtual device in genymotion 来源: https://stackoverflow.com/questions/38978272/genymotion-failed-to-deploy-virtual-device

Genymotion failed to deploy virtual device

梦想的初衷 提交于 2019-12-01 12:07:48
问题 I am unable to create a virtual device in genymotion, server returned http code 403 shows up everytime I try to download a virtual device . I have tried with both Lan cable and wifi network.Beside that I have tried uninstalling/reinstalling genymotion but result is the same 403 error. Please help. 回答1: you can use any free ( or licene) VPN software to change localtion (IP) to any country. After that you can download virtual device in genymotion 来源: https://stackoverflow.com/questions/38978272