Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Tishadow and Genymotion #257

Closed
flashnet69 opened this issue Mar 19, 2014 · 7 comments
Closed

[Windows] Tishadow and Genymotion #257

flashnet69 opened this issue Mar 19, 2014 · 7 comments

Comments

@flashnet69
Copy link

Hi,

I realize a build that starts well with Genymotion. I use the following command "titanium build -p android -T device --shadow".

I use Samsung Galaxy S2 with 4.1.1 API 16 for my test.

If i go to the web console http://localhost:3000/ my device don't appear.

If i save a file, i have the this messages in terminal but nothing happens...
[DEBUG] changed: c:\Users\jer\Documents\app-titanium\app\controllers\expo.js
[INFO] Beginning Build Process
[INFO] Compiling Alloy for android
[INFO] 1 file(s) bundled.
[INFO] Uploading...
[WARN] Remote Bundle Received
[INFO] New Bundle: C:\Users\jer\AppData\Local\Temp\aa5bfeb5a999d5f0cc10bb049f24f020 | app
OK

Do you have an idea what happen's ? Is TiShadow and GenyMotion can work together ? Thanks for your help.

@dbankier
Copy link
Owner

It should work fine. What ts version are you running?
Will test it out on windows when I next switch os.

@flashnet69
Copy link
Author

I have installed TiShadow via this command "npm install -g tishadow"
I'm using Genymotion 2.1.1 on Windows 7 SP1.

@dbankier
Copy link
Owner

dbankier commented Apr 8, 2014

FWIW, works fine on iOS (haven't tested on windows yet)

@dbankier dbankier changed the title Tishadow and Genymotion what's wrong ? [Window] Tishadow and Genymotion Apr 8, 2014
@dbankier dbankier changed the title [Window] Tishadow and Genymotion [Windows] Tishadow and Genymotion Apr 8, 2014
@andresmafra
Copy link

I've tried to test on Android Genymotion (Android 4.4.2) and i'm getting the error below.

[INFO] Signing apk: C:\Program Files\Java\jdk1.7.0_45\bin\jarsigner.exe "-sigal
g" "MD5withRSA" "-digestalg" "SHA1" "-keystore" "C:\Users\andre.s.mafra\AppData
Roaming\Titanium\mobilesdk\win32\3.2.3.GA\android\dev_keystore" "-storepass" "**
*****" "-signedjar" "C:\Titanium\tishadowapp\build\android\bin\TiShadow.apk" "C:
\Titanium\tishadowapp\build\android\bin\app-unsigned.apk" "tidev"
[INFO] Aligning zip file: C:\android-sdk-win\tools\zipalign.exe "-v" "4" "C:\Ti
tanium\tishadowapp\build\android\bin\TiShadow.apk" "C:\Titanium\tishadowapp\buil
d\android\bin\TiShadow.apkz"
[INFO] Writing build manifest: C:\Titanium\tishadowapp\build\android\build-mani
fest.json
[INFO] Making sure the adb server is running
[INFO] Removing deploy.json from SD card
[INFO] Installing apk: C:\Titanium\tishadowapp\build\android\bin\TiShadow.apk
[INFO] Installing app on device: Genymotion
[ERROR] Failed to install apk on "192.168.56.101:5555"
[ERROR] Error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

@shodanuk
Copy link
Contributor

I ran into this recently. I think it's because you do not have Google Play installed on your Genymotion image.

You could try following something like this tutorial:

http://blog.zeezonline.com/2013/11/install-google-play-on-genymotion-2-0/

I have to admit I couldn’t get it working myself...

@andresmafra
Copy link

I was working in that sometime ago, and successfully run the client app and the other apps on my Genymotion instance. In fact, i had to install Google Play services. Follow the link below for get it working.

http://stackoverflow.com/a/20137324/1442795

@dbankier
Copy link
Owner

Thanks @andresmafra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants