Easy way to install apk files using Android SDK for Mac
June 23rd, 2010
No comments
Let’s create a simple Automator app to make installing apk files a little easier.
- Download the Android SDK for Mac and extract to Android folder in your home directory.
- Launch Automator and create a new application.
- Add action “Run Shell Script” with sh shell.
- Paste this command: ~/Android/android-sdk-mac/tools/adb install -r “$1″
- Add another two actions shown below if you want a feedback from the script.

- Save application to the Applications folder.
- Associate apk files with your new application.
Now you can install Android apps by double clicking on apk files.
Recent Comments