| Author |
deploying app to android phone without signing?
|
K. Tsang
Ranch Hand
Joined: Sep 13, 2007
Posts: 1222
|
|
|
Hello all I'm new to Android development. I managed to get the "Hello Android" app working on the emulator. But how to deploy it to my phone for testing? Do I copy and paste that apk file? Do I have to generate the certificate and sign the app before I can deploy to my phone? Thanks.
|
K. Tsang JavaRanch SCJP5 SCJD/OCM-JD
|
 |
K. Tsang
Ranch Hand
Joined: Sep 13, 2007
Posts: 1222
|
|
OK I figured it out. I signed it and copy the APK file to my sd card and run it on the phone and it will install it
|
 |
James Dixon
Ranch Hand
Joined: Jun 20, 2009
Posts: 32
|
|
Instead of copying the apk file to the sdcard and installing from there you can also use adb from you machine. For more info have a look here:
adb info
and
How to install apk's using adb
|
 |
K. Tsang
Ranch Hand
Joined: Sep 13, 2007
Posts: 1222
|
|
Thanks James. The ADB (usb driver) surely make things easier for testing and deployment.
|
 |
 |
|
|
subject: deploying app to android phone without signing?
|
|
|