A unix shell script to check if adb
has been added to PATH, then lets you install any .apk
to your device in the downloads folder.
- Your device is on & connected in developer mode.
- Android Studio is Installed, or Platform-Tools in its installation location of
/Users/$USERNAME/Library/Android/sdk/platform-tools
- APKs are saved in your User
Downloads
folder.
- after downloading script run
chmod +x ~/Downloads
- Download
InstallAPK.sh
to your downloads folder. - Open Terminal.
- Drag
InstallAPK.sh
from your Downloads folder to your terminal window. - Select the terminal window and press enter.
- Script will search for APKs, and follow instructions to install.