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



Mac setting PATH

cd /etc

look for file bashrc

add the following text

export PATH=:$PATH:/Users/prakash/android-sdks/tools:/Users/prakash/android-sdks/platform-tools