0

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
Greenonline
  • 1,330
  • 8
  • 23
  • 31
wind
  • 440
  • 4
  • 14
  • I didn't solve this problem,but I got the reason http://stackoverflow.com/questions/17831990/how-do-you-install-google-frameworks-play-accounts-etc-on-a-genymotion-virt – wind Jan 25 '15 at 03:16

1 Answers1

3

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!

Siwei
  • 19,858
  • 7
  • 75
  • 95
wind
  • 440
  • 4
  • 14