While trying to run Android Application on External Device (Connected Device) if you get the below error (working on Android Studio version 2.2.2)
Instant Run requires 'Tools | Android | Enable ADB integration' to be enabled.
This error can be resolved by following the below steps:
- Make sure that the device is connected via USB and Debug mode is enabled.
- Goto Menu: Tools -> Android
- Click on "Enable ADB Integration"
- Your Connected device will be promoted with a dialog: "Allow USB debugging", click OK
- Now try to run the app: Run -> Run App

Enable ADB integration
More Posts related to Android-Studio,
- Locate MainActivity Java or Kotlin file in Android Studio
- groovy.lang.MissingPropertyException No such property Error
- How to fix java.net.NoRouteToHostException in Android Studio
- Your Android SDK is missing, out of date or corrupted SDK Problem
- [Android Studio] MainActivity does not exist
- [Android Studio] Could not automatically detect an ADB binary
- Android Studio: Cannot perform refactoring operation
- How to Configure Eclipse keymap in IntelliJ IDE
- Android Studio setup was canceled - How to resume
- [Android Studio] Hardcoded string Button, should use @string resource
- The selected device is incompatible : Android Studio
- Android Activity Main xml stuck loading
- Android Studio 1.3 beta now Available for Developers
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Android Studio 4.2 Canary 1 now available
- [Android Studio] Button on click example
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- How to enable line numbers in IntelliJ Android Studio for all files
- Delete Android Studio Projects
- How to update Android Studio
- [Android Studio] Error: Missing system image on device
- macOS Big Sur java.lang.UnsatisfiedLinkError CoreFoundation - Android Studio
- Android [SDK Manager] The system cannot find the path specified
- Failed to install Android.apk on device 'emulator-5554': timeout
- [Solved] Error launching studio
More Posts:
- Merge multiple zip files without unzipping (extracting) - HowTos
- Fix Error 2711 SQL RBS client - The installer has encountered an unexpected error. The specified Feature name ('Docs') not found in Feature table - SharePoint
- BeanDefinitionStoreException IOException parsing XML document from class path resource [spring.xml] - Java
- Managed Metadata error - The data returned from the tagging UI was not formatted correctly - SharePoint
- Installing Google Cloud macOS SDK - Google
- How to add hours and minutes to Java Instant - Java
- Share Image to WhatsApp with Caption from your Android App - WhatsApp
- Java: TimeZone List with GMT/UTC Offset - Java