Friday, March 22, 2013

Install .apk via Terminal

Hi!

Quick tip to install apps via Terminal on your Mac.

1) download the adb tools;
2) got to the platform-tools or tools (can vary) were you adb were installed;
3) perform:  ./adb devices
        if you don't get this message: 
                "List of devices attached 
                'bund of numbers' device"
       try restarting you device
4) perform: ./adb install PATH/TO/YOUR/file.apk
5) Mazel tov! Your on dude.

Cheers.

No comments:

Post a Comment

Tweet