Reputation: 3
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.
Upvotes: 0
Views: 2684
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