Use Genymotion via TiShadow start up Titanium App

884 views Asked by At

I want to use Genymotion via TiShadow start up Titanium App, but I got the following error:

:[ERROR] Failed to install apk on '192.168.56.101:5555
:[ERROR] Error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
1

There are 1 answers

2
wind On BEST ANSWER

A better solution is to install Google Apps on your GenyMotion devices.

step 1: open http://forum.xda-developers.com/showthread.php?t=2528952 and download the Google Apps For Android 4.x files.

step 2 :Add the virtual devices which version is same to your download files just now on Genymotion.

step 3 : startup your virtual device, drag the file you just downloaded into it.

finally: run the command line :

ti build --platform android --target device --shadow 

problem solved!