Been trying to load a test Android app onto my Genymotion VM for awhile now. My issue is, I have been unable to get the Genymotion device to show up in the "connected devices", even though the device shows up in the Android Studio Genymotion plugin.
These are my depencies:
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.google.android.gms:play-services:6.+'
compile files('libs/temboo-android-sdk-core-2.12.0.jar')
compile files('libs/Google-2.12.0.jar')
The Genymotion plugin was able to find my two devices:
However, according to Android Studio, there are still no connected devices:
Even the logs appear to show that the app was loaded, however, when I opened Genymotion, I am unable to find my application:
I've tried using Run
, Debug
, and more, but was just unable to get my application onto my Genymotion VM.