When I connect my mobile with PC, android studio says Unable to detect adb version, exit value 0xc0000135. what to do?
Android studio: Unable to detect adb version, exit value 0xc0000135
2.8k Views Asked by Asmar J. At
3
There are 3 best solutions below
1
On
https://www.microsoft.com/en-us/download/details.aspx?id=48145
After that run as administrator that downloaded file>
then Go to android studio>
select device>
click on Troubleshoot device connection>
connection assistant>
scroll click next>
Click on Restart ADB server button>
connect device > enable debugging> it works fine after that
2
On
I had the same problem. My solution was to install 2019 visual studio community edition, all the missing packages comes with it. Link: https://visualstudio.microsoft.com/vs/community/
Windows
adbbinaries included with the latest Google officialplatform-toolspackage requireUniversal C Runtime v1.1.0libraries. The easiest way to get them is to install Visual C++ Redistributable Package for Visual Studio 2015.