trying to run on connected android device

Monkey Targets Forums/Android/trying to run on connected android device

c.k.(Posted 2012) [#1]
I've got my Galaxy SII plugged into my PC. The OS sees it, but the build process doesn't. Is there a secret to telling the builder that my android device really is connected, and to please use it so I can test my game?

I can use the emulator.

I'm building from Jungle, if that matters.

Thanks! :-)


muddy_shoes(Posted 2012) [#2]
Have you switched USB debugging on in your phone's settings?


c.k.(Posted 2012) [#3]
No, hadn't done that. Gotta reboot and will try again. Thanks!


c.k.(Posted 2012) [#4]
OK, did that. Installer still can't find my device. :-/

USB list shows "SAMSUNG_Android" and "SGH-I777," both of which refer to my device.

Anything else I should check?


Volker(Posted 2012) [#5]
Try installing USB drivers in the android SDK manager.


c.k.(Posted 2012) [#6]
OK, here's what I had to do to successfully get my Android apk installed to my Samsung Galaxy SII.

+ Download and install Samsung Kies
- This installs the necessary drivers
- Kies does not (and should not) be running when you dev
+ On the phone, click "Settings>Applications>Development>USB debugging" to checked

Now Jungle is able to get my apk onto my phone! Wooo hooo!

Still getting a monkey error, but this is progress enough for tonight.

Thanks! :-)