Monday, March 19, 2012

Enabling Android Device for App Installation


Setting > Application > Unknown sources (ENABLE this)

Setting > About Phone > (Provides details on the android version the phone is running on )

Setting > Application > Development > USB Debugging ( Enable this to install application )


script to install apk file on the device ->

adb install TestApplication.apk

script to check check device details

adb devices



No comments:

Post a Comment