pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.1k stars 256 forks source link

Request: Add INSTALL APK option #115

Open ppilip opened 4 years ago

ppilip commented 4 years ago

Hi,

I might be missing something here, but after I've installed the plugin it only shows these options:

  1. Uninstall App
  2. ADB Kill App
  3. ADB Start App
  4. ADB Restart App
  5. ADB Clear App Data
  6. ADB Clear App Data and Restart
  7. ADB Revoke Permissions
  8. ADB Start App With Debugger
  9. ADB Restart App With Debugger

There is no option to install latest code updates to the connected Android devices.

This plugin does not do much in my case if I still have to go through: "Run on multiple devices -> Select Deployment Targets -> I then select n devices -> RUN" to start gradle build and apply code changes to the connected devices.

Question: How can I apply changes in the code to the running devices via ADB-idea plugin?

Thanks.