tags:

views:

28

answers:

2

Hi all,

I want to test my build on my device. Please provide some tool/information regarding installation of application on device ?

thanks and regards,

A: 

Connect your device with the PC, install the Android SDK (you should have that already) and than: http://developer.android.com/guide/developing/tools/adb.html

WarrenFaith
A: 

If you just want to install the apk file on the mobile without the need of any debug information you can simply upload the apk file (which is located in the /bin directory of your project) to a webspace and grab it with the mobile's browser (e.g. http://www.mywebspace.com/myapp.apk)

Martin