Aug 12, 2013

Android: How to install the apps to you SD Card as default.

Here basic requirement.
Java
Android SDK


Assume you already installed the java and extract the Android sdk.
In your DOS Command prompt/Console.
1 Change working directory
cd Android-SDK/platform-tools
2 List the devices connected
adb devices

3 Change the default location.
adb shell pm setInstallationLocation 2

INFO: If you want to revert the past setting just change the 2 to 0

No comments: