Giter VIP home page Giter VIP logo

apk_installer's Introduction

APK Installer (Android)

This app allows you to make a typical double click on any .apk file. It will automatically run adb install command to the connected devices.

Usage 1

Put APK Installer in the OS X Dock and then just Drag and drop any .apk file on it. Currently connected devices will have that apk installed inmediately.

Usage 2

Double Click on any .apk file and get your app installed on currently connected devices.

To do it properly you must set up the file association first:

  • โŒ˜ + i on any .apk file.
  • Click on "Open with" dropdown.
  • Select Other..
  • Navigate to your Applications if not already there and choose the APK Installer app.
  • Finally click on Change All... button in the same Info window.

Installation

  • Make sure to have Android SDK downloaded and PATH set up in .bash_profile (See how to do it below).
  • Download the Apk Installer.app.zip, uncompress it and drag and drop to your Application*
  • IMPORTANT: Don't forget to go "System Settings > Security & Privacy > Allow apps downloaded from". And press Open anyway if your system complains that this app was downloaded from unknown sources.

Setting up .bash_profile

  • Open Terminal and write touch ~/.bash_profile
  • Then open -e ~/.bash_profile which will open EditText. Do not close it yet.
  • Open Finder.
  • Navigate to the folder containing Android SDK.
  • Drag and drop platform-tools folder from Finder window to Terminal window.
  • Copy that path. Typically it looks like /Users/<yourname>/Downloads/android-sdk/platform-tools
  • Go back to open EditText document and paste there the copied path prepending it with export PATH=$PATH:
  • Save and close EditText document and Done!
  • Finally you should have something like this: export PATH=$PATH:/Users/<yourname>/Downloads/android-sdk/platform-tools

Full Video Demo

Credits

  • This app was developed by @vitovalov

  • Icon design by ITMaryna

apk_installer's People

Contributors

vitovalov avatar

Watchers

James Cloos avatar dev.with avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.