error when starting genymotion from Android Studio

0

Install the Androis Studio 2.3.3 and genymotion 2.10.0

When I use the genymotion it is just perfect, but when I try to use it from the Android Studio plugin I get an error when I want to start a device from the Genymotion Device Manager, exactly when I select a device and press the "Start" button

Ubuntu 16.04LTS

    
asked by Renny Jose Galindez Fontecha 18.08.2017 в 06:06
source

3 answers

1

After looking around, look at the Genymotion log, note that when calling a Virtual Device from the Android Studio, it jumped when trying to locate some necessary libraries, specifically this error

Output command: "/usr/lib/virtualbox/VBoxManage: ./libssl.so.1.0.0: version 'OPENSSL_1.0.2' not found (required by /usr/lib/x86_64-linux-gnu/libcurl.so.4)"

When I searched for it on Google, I took it to the spare parts of Stackoverflow in English, where a Genymotion Engineer explained that this error was caused by how it defined an Android Studio path. It proposes three solutions, I apply the one that suggests to edit the studio.sh On line 178 of my studio.sh (It is located in / opt / android-studio / bin /) is the definition of LD_LIBRARY_PATH like this:

  

LD_LIBRARY_PATH="$ IDE_BIN_HOME $: LD_LIBRARY_PATH" "$ JAVA_BIN" \

after editing it is like this:

  

LD_LIBRARY_PATH="$ IDE_BIN_HOME $ LD_LIBRARY_PATH" "$ JAVA_BIN" \

and everything ready I can call my virtual devices of Genymotion from the Android Studio plugin. Here is the link to Stackoverflow where I found the Stackoverflow response that helped me.

    
answered by 01.09.2017 / 02:45
source
0

You must download Virtual Box to virtualize the android devices. You can download it at the official Virtual Box page .

Remember that Android is an OS equal to all and can be virtualized. Normally, all GENYMOTION installations include the virtual box installation (at least in windows). Apparently you ignored the step in the installation.

    
answered by 18.08.2017 в 14:38
0

Friend here is a tutorial on how to install Genymotion Install Genymotion

Remember Genymotion works with Virtul Box virtualization software.

If you perform all the steps correctly you can enjoy the Android emulator.

    
answered by 22.08.2017 в 21:40