Android Installation Error - Unable to elevate [error:1812]

后端 未结 12 1322
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-17 17:53

I have downloaded the latest android studio android-studio-bundle-135.1740770-windows from the official site. But when I install the downloaded application

相关标签:
12条回答
  • 2020-12-17 18:23

    Check Compatibility mode Run as Windows XP (Service Pack3)

    Also check Run this program as an administrator

    It works for me. If you are running Windows 10 64bit.

    0 讨论(0)
  • 2020-12-17 18:23

    I followed these steps and the problem was gone:

    • Disable UAC
    • Reboot
    • Installation (as Administrator)
    • Enable UAC
    • Reboot

    There’s a quick way you can enable or disable this annoying window from the command line:

    Disable UAC:

    C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
    

    Enable UAC:

    C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f
    

    After you enable or disable UAC, you will have to reboot your computer for the changes to take effect.

    0 讨论(0)
  • 2020-12-17 18:24

    for me also when I tried to install from download folder i got same error so .Just copy the android studio installation file to the Desktop you downloaded, and then Right Click and Click on Run As Administrator it worked .

    0 讨论(0)
  • 2020-12-17 18:26

    For me it worked with compatibility for win xp

    0 讨论(0)
  • 2020-12-17 18:26

    Just copy the android studio installation file to the Desktop you downloaded, and then Right Click and Click on Run As Administrator.

    0 讨论(0)
  • 2020-12-17 18:26

    These are the steps I took:

    • Clear temp folder ( Go to Run type "%temp%" and delete all files. It may skip a few files that's OK!)
    • Right click your android-studio-bundle-135.1740770-windows.exe and go to properties and click unblock buttons if it's available.
    • Make sure Firewall was Disabled and your antivirus software.
    • Finally just intall

    It works 99% and you don't need to install any other software to support it.

    0 讨论(0)
提交回复
热议问题