Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio, SDK adb.exe

Tags:

android

In Android Studio 1.3.2

Android SDK adb.exe missing(AVG flagged adb.exe, tried copying only adb.exe from externally downloaded source to Android\sdk\platform-tools... but it says you have no permission and I can't bypass the permission),

gives me this error when trying to install Android SDK Platform-tools from sdk manager,

"revision 23.0.1 Stopping ADB server failed (code -1). Unzip failed: C:\Users\Personal\AppData\Local\Android\sdk\platform-tools\adb.exe (Access is denied) Done. Nothing was installed."

like image 925
24dinitrophenylhydrazine Avatar asked Dec 11 '22 21:12

24dinitrophenylhydrazine


2 Answers

The Problem was solved. I just had to remove adb.exe from AVG's virus vault. AVG seems to dislike everything about Android Studio

like image 108
24dinitrophenylhydrazine Avatar answered Jan 23 '23 08:01

24dinitrophenylhydrazine


This happened to me just now with Android Studio 3.0.1 right after I updated it to test programs on my physical phone instead of a virtual one. It's made me a bit paranoid.

To get "instant run" to work I had to download a bunch of files having to do with my phone's OS (6.0.1 Marshmallow). I think this was the cause of the problem.

like image 32
Edicted Avatar answered Jan 23 '23 07:01

Edicted