

Allowing adb.exe on the the system resolves this problem.


Windows security might have quarantined adb.exe. Then go back to Terminal and run the following command: sdkmanager "platform-tools" Method 3: Check your anti-virus For this, open Terminal, switch to C:\Users\Username\AppData\Local\Android\Sdk\tools\bin\sdkmanager and run the following command: sdkmanager -uninstall "platform-tools" Reinstalling the platform-tools resolves the problem. For this, open Terminal, switch to C:\Users\Username\AppData\Local\Android\Sdk\tools\bin\sdkmanager and run the following command: sdkmanager "platform-tools" Case 2: If adb is present Installing the platform-tools resolves the problem. If Android Studio IDE is installed, follow Method 1 instead. Method 2: Using sdkmanager command-line tool Then go back to Android Studio and in the SDK Tools, check-mark ✅ Android-SDK Platform-Tools and apply the changes.

ISRO CS Syllabus for Scientist/Engineer Exam.ISRO CS Original Papers and Official Keys.GATE CS Original Papers and Official Keys.
