Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to detect adb version, exit value: 0xc0000135

  1. android studio latest vision i have use.
  2. HEXM install already in my pc.
  3. android virtual device not create its show unknown problem.
  4. ok so i use genymoiton emulator but android studio not dected it.

Unable to detect adb version, exit value: 0xc0000135. ADB depends on the Windows Universal C Runtime, which is usually installed by default via Windows Update. You may need to manually fetch and install the runtime package here: https://support.microsoft.com/en-ca/help/2999226/update-for-universal-c-runtime-in-windows

Event log manager shows this kind of error:

enter image description here

like image 935
Abdul Rehman Ansari Avatar asked Nov 16 '22 17:11

Abdul Rehman Ansari


1 Answers

I also got the same issue in my [windows 7 PC]. It took so much time to resolve.

It gets resolved by installing OR re-installing

x86: vc_redist.x86.exe
x64: vc_redist.x64.exe
ARM64: vc_redist.arm64.exe

You can get download links here. https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

But when you try to install the above file sometimes according to your windows version and service pack. It requires some additional security updates.

In my case, I used bellow updates [for windows 7]

Windows6.1-KB2999226-x64
Windows6.1-KB3033929-x64

then after installing the above updates I installed vc_redist. And at last, you need to restart your system.

like image 94
user1632562 Avatar answered Feb 08 '23 22:02

user1632562