Thursday, March 28, 2019

Error running app Instant Run requires Enable ADB integration

If you have the same issue “Error running app Instant Run requires Enable ADB integration” while using the latest Gradle Plugin & Latest Android SDK. You can use the below solution as mentioned in the screenshot.

Error running app Instant Run requires Enable ADB integration


While trying to run Android Application on External Device (Connected Device) if you get the such error message (working on Android Studio version 2.2.2), then follow the below steps.

This error can be resolved by following the below steps:

  1. Make sure that the device is connected via USB and Debug mode is enabled.
  2. Goto Menu: Tools -> Android
  3. Click on "Enable ADB Integration"
  4. Your Connected device will be promoted with a dialog : "Allow USB debugging", click OK
  5. Now try to run the app : Run -> Run App

Error running app Instant Run requires Enable ADB integration

Thank you for reading this article, and if you have any problem, have a another better useful solution about this article, please write message in the comment section.

No comments:

Post a Comment