IntelliJ IDEA :: Deploy android application onto Samsung S5300

Posted by jdevelop on Stack Overflow See other posts from Stack Overflow or by jdevelop
Published on 2012-09-01T21:36:53Z Indexed on 2012/09/01 21:37 UTC
Read the original article Hit count: 302

Filed under:
|
|

I'm trying to deploy the app onto my phone (Samsung S5300)

I created project in IDEA and it works well in Android emulator. Now I want to deploy it onto my phone. I did the following:

  • plugged USB
  • enabled development mode and checked all options (USB, location etc) on the phone
  • launched the same configuration but specified the device from the plugged devide (choose a running device)

nothing happened, I don't see any errors neither in IDEA, not on the phone.

What am I missing and how to fix the problem? The API SDK seems to be correct (2.3)

© Stack Overflow or respective owner

Related posts about android

Related posts about deployment