0

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

Pavindu
  • 2,684
  • 6
  • 44
  • 77
Zen
  • 3
  • 4
  • possible duplicate http://stackoverflow.com/questions/34012226/errorunable-to-obtain-debug-bridge-in-android-studio – user3678528 Aug 28 '16 at 11:06
  • Its same but none of the solution is working for me.When in re-installed adb lib64 file is created and my system supports 64 bit file so i dont think its causing any problem because of that – Zen Aug 28 '16 at 11:17
  • open task manager and delete adb from task manager and start again. Try using different ports or different wire to connect your phone – Amod Gokhale Aug 28 '16 at 11:21
  • I tried it but its showing the same error.Although i saw in the task manager adb(32 bit) but 32bit shouldn't be the cause of the problem i believe? – Zen Aug 28 '16 at 11:30

1 Answers1

2

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

Yazan
  • 6,074
  • 1
  • 19
  • 33
  • Thank you very much It worked.But why does it need such permissions and process level that we need to run as administrator?? – Zen Aug 28 '16 at 11:38
  • @Zen i am not sure why is this, it may creates some tmp files on C: or any other processing that Windows consider critical and requires such level. – Yazan Aug 28 '16 at 11:43
  • My app is not running on my device. Link http://stackoverflow.com/questions/39159166/app-not-running-on-hardware-device-in-android-studio?noredirect=1#comment65679283_39159166 – Zen Aug 28 '16 at 11:45