Monthly Archives: November 2012

Install .apk on phone with mac

Start Terminal

cd Downloads

cd android-sdk-macos

cd platform-tools

./adb devices

./adb install NameItAll.apk

 

On Phone

>Allow USB Debugging (Settings > Developers Settings)

>Allow unknown Sources (Settings > Security)