Zen
Zen

Reputation: 3

Waiting for adb Android studio

I am using Android Studio Version 1.5.2 on Windows 10. Earlier it was working fine but now this problem pops up.

CreateProcess error=740, The requested operation requires elevationWaiting > for adb.Unable to obtain debug bridge.

I tried adb kill-server and started it again and even updated Android Sdk Platform tool to version 24.0.2. However, when I connect my Device,it doesn't show in android monitor .

I have already enabled usb debugging.

enter image description here

Upvotes: 0

Views: 2684

Answers (1)

Yazan
Yazan

Reputation: 6082

close android studio, right click on Android Studio icon and select "Run As Administrator" because The requested operation requires elevation is related to permissions and process level

Upvotes: 2

Related Questions