Android studio ошибка 1812

I have downloaded the latest android studio android-studio-bundle-135.1740770-windows from the official site. But when I install the downloaded application file, it starts the installer and shows it extracting and then I get the following error in a small alert window:

Unable to elevate[error:1812]

I have also tried running the application as administrator, but no luck!

asked Apr 8, 2015 at 6:24

sam100rav's user avatar

1

Right-click on the installer > Properties > Compatibility > Run Compatibility Troubleshooter

answered Aug 12, 2015 at 2:48

Shadow's user avatar

ShadowShadow

1111 silver badge3 bronze badges

I am facing same issue from last 2 days

Issue is related to USER ACCESS most company’s have set up user account that doesn’t have access to install any application they have one admin user that have all this access

So when I open setup from admin account It open perfectly

Solution 1 — First try to simple right click on Android studio exe -> Click on Run as Administrator

Solution 2 — Press shift key and hold it -> Right Click on Android studio exe -> Run as different user then enter userName and Password of Admin user it work smoothly

answered Aug 30, 2018 at 13:26

Sushant Gosavi's user avatar

Sushant GosaviSushant Gosavi

3,6673 gold badges35 silver badges56 bronze badges

2

For me it worked with compatibility for win xp

answered Dec 12, 2017 at 19:44

user9090650's user avatar

2

Download it in c drive and Right click and run as administrator. I tried this and it worked for me

answered Feb 22, 2018 at 16:51

Abhijit Thorat's user avatar

1

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 .

answered Mar 21, 2019 at 6:59

jayashree's user avatar

1

I think that your application is on a drive other than C drive. Try and copy it from that drive and paste it to the desktop then I think it would work — it worked for me at least.

Stephen Kennedy's user avatar

answered Sep 4, 2017 at 15:47

user8559520's user avatar

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.

answered Mar 13, 2019 at 23:57

Tou's user avatar

Right-click on the installer > Properties > Run Compatibility Troubleshooter. It will recommend some settings and it will apply them as well. Then you should be able to run it.

answered Dec 2, 2015 at 7:56

Swat's user avatar

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

answered Feb 18, 2018 at 5:20

Niha Sharma's user avatar

1

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.

Stephen Kennedy's user avatar

answered Sep 26, 2016 at 11:13

Drwhite's user avatar

DrwhiteDrwhite

1,5454 gold badges21 silver badges44 bronze badges

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.

Stephen Kennedy's user avatar

answered Aug 26, 2017 at 14:25

Asyran's user avatar

1

I have downloaded the latest android studio android-studio-bundle-135.1740770-windows from the official site. But when I install the downloaded application file, it starts the installer and shows it extracting and then I get the following error in a small alert window:

Unable to elevate[error:1812]

I have also tried running the application as administrator, but no luck!

asked Apr 8, 2015 at 6:24

sam100rav's user avatar

1

Right-click on the installer > Properties > Compatibility > Run Compatibility Troubleshooter

answered Aug 12, 2015 at 2:48

Shadow's user avatar

ShadowShadow

1111 silver badge3 bronze badges

I am facing same issue from last 2 days

Issue is related to USER ACCESS most company’s have set up user account that doesn’t have access to install any application they have one admin user that have all this access

So when I open setup from admin account It open perfectly

Solution 1 — First try to simple right click on Android studio exe -> Click on Run as Administrator

Solution 2 — Press shift key and hold it -> Right Click on Android studio exe -> Run as different user then enter userName and Password of Admin user it work smoothly

answered Aug 30, 2018 at 13:26

Sushant Gosavi's user avatar

Sushant GosaviSushant Gosavi

3,6673 gold badges35 silver badges56 bronze badges

2

For me it worked with compatibility for win xp

answered Dec 12, 2017 at 19:44

user9090650's user avatar

2

Download it in c drive and Right click and run as administrator. I tried this and it worked for me

answered Feb 22, 2018 at 16:51

Abhijit Thorat's user avatar

1

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 .

answered Mar 21, 2019 at 6:59

jayashree's user avatar

1

I think that your application is on a drive other than C drive. Try and copy it from that drive and paste it to the desktop then I think it would work — it worked for me at least.

Stephen Kennedy's user avatar

answered Sep 4, 2017 at 15:47

user8559520's user avatar

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.

answered Mar 13, 2019 at 23:57

Tou's user avatar

Right-click on the installer > Properties > Run Compatibility Troubleshooter. It will recommend some settings and it will apply them as well. Then you should be able to run it.

answered Dec 2, 2015 at 7:56

Swat's user avatar

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

answered Feb 18, 2018 at 5:20

Niha Sharma's user avatar

1

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.

Stephen Kennedy's user avatar

answered Sep 26, 2016 at 11:13

Drwhite's user avatar

DrwhiteDrwhite

1,5454 gold badges21 silver badges44 bronze badges

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.

Stephen Kennedy's user avatar

answered Aug 26, 2017 at 14:25

Asyran's user avatar

1

9 ответов

Щелкните правой кнопкой мыши установщик > Свойствa > Совместимость > Запустить средство устранения неполадок совместимости

Shadow

Поделиться

Загрузите его на диск c и щелкните правой кнопкой мыши и запустите его как администратор. Я попробовал это, и это сработало для меня.

Abhijit Thorat

Поделиться

Для меня это работало с совместимостью для win xp

user9090650

Поделиться

Я думаю, что ваше приложение находится на диске, отличном от диска C. Попробуйте и скопируйте его с этого диска и вставьте его на рабочий стол, тогда я думаю, что это сработает — это сработало для меня как минимум.

user8559520

Поделиться

Проверьте этот материал:

  • Щелкните правой кнопкой мыши свой Android-studio-bundle-135.1740770-windows.exe и идите
    для свойств и нажмите кнопку разблокирования, если она доступна.
  • Убедитесь, что брандмауэр отключен и ваше антивирусное программное обеспечение.
  • Отключить UAC.

И некоторые блогеры говорят об этом:

Преобразуйте файл установщика в образ компакт-диска (например, с помощью Magic ISO Maker, http://www.magiciso.com/download.htm)

2) Установите с CD-привода.
http://setup-steps.blogspot.com/2014/12/android-studio-unable-to-elevate.html

Elshan

Поделиться

Просто скопируйте установочный файл студии Android на загруженный Desktop и затем щелкните правой кнопкой мыши и выберите «Запуск от имени администратора» .

Niha Sharma

Поделиться

Это шаги, которые я сделал:

  • Очистить папку temp (перейдите к типу запуска "%temp%" и удалите все файлы. Он может пропустить несколько файлов, которые ОК!)
  • Щелкните правой кнопкой мыши свой Android-studio-bundle-135.1740770-windows.exe и перейдите к свойствам и нажмите кнопку разблокировать, если это доступно.
  • Убедитесь, что брандмауэр отключен и ваше антивирусное программное обеспечение.
  • Наконец, просто intall

Он работает на 99%, и вам не нужно устанавливать какое-либо другое программное обеспечение для его поддержки.

Asyran

Поделиться

Я выполнил следующие шаги, и проблема исчезла:

  • Отключить UAC
  • Reboot
  • Установка (в качестве администратора)
  • Включить UAC
  • Reboot

Это быстрый способ включить или отключить это раздражающее окно из командной строки:

Отключить 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

Включить 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

После включения или отключения UAC вам придется перезагрузить компьютер, чтобы изменения вступили в силу.

Drwhite

Поделиться

Щелкните правой кнопкой мыши установщик > Свойствa > Запустить средство устранения неполадок совместимости. Он порекомендует некоторые настройки, и он также применит их. Затем вы сможете запустить его.

Swat

Поделиться

Ещё вопросы

  • 0Извлечь значения между символами в MySQL?
  • 0Select2 не позволяет разблокировать раскрывающийся список
  • 0ASN1C компиляция
  • 1Adview не отображается в Android
  • 1Как изменить объект, назначенный JTree?
  • 0Выбор элементов по «Shift + стрелка вверх»
  • 0jquery $ .totalStorage — удалить все ключи
  • 1Какая связь между файлом MS-Outlook PST и файлом MS-Outlook MSG?
  • 1Добавление цветовой карты поверх плитки карты с помощью Bokeh
  • 0Internet Explorer Print Issue
  • 0Формат IP-адреса в HTML
  • 0Добавление в MySQL из формы Materialise
  • 0Отменить в ожидании recv?
  • 1GSON преобразует ранее сохраненный список в ArrayList LinkedTreeMaps при получении из общих префов
  • 1Как перенаправить поток Request.Content
  • 0java.io.NotSerializableException: org.json.JSONObject
  • 0JQuery, div отображается, но не исчезает
  • 0PHP API Parsehub
  • 1Как получить пользователей из списка LiveData для отображения в Spinner с использованием базы данных комнат
  • 1Подключение эмулятора Windows Phone 8 к хост-машине
  • 1Как обеспечить непосредственную ссылку на объект при создании экземпляра?
  • 1графическое изображение простых лиц из базы данных не загружается
  • 0Принудительно указывать улицу с помощью Google Places Autocomplete?
  • 0php добавляет новые поля в массив и отображает его
  • 1Код EF сначала подключается к SQL Server 2008 R2
  • 1Storage Access Framework: сохранить права доступа к файлам после отзыва дерева разрешений
  • 0Пользовательская роспись в DataGridView, странное визуальное отображение
  • 1Изменение локали во время выполнения, не затрагивающее фрагменты
  • 1Блокнот Jupyter не будет импортировать matplotlib, хотя он, кажется, установлен
  • 0I18n с Angular JS (jlg-i18n) — фильтры даты и валюты не работают (динамическое изменение локали $)
  • 1Python Преобразование строки (18 марта) в формат даты (201803)
  • 1Версии веб-API со ссылкой по умолчанию
  • 0Ошибка: невозможно преобразовать параметры из int [10] в int
  • 0Как использовать Spring Restful веб-сервис, используя $ ресурс в Angularjs
  • 1Как настроить палитру цветов?
  • 0Использование локальной переменной функции в main
  • 0Меню моего сайта не отображается правильно в IE
  • 1ASP.net web api 2 error «Словарь параметров содержит пустую запись для параметра»
  • 0Свяжите имя и идентификатор с полем ввода
  • 0Горизонтальная страница контента Windows 8
  • 1Украшение именованных компонентов в виндзоре
  • 1Как заставить мое приложение заставить мышь исчезать во всех окнах только во время работы моего приложения
  • 0Максимальная высота и максимальная ширина
  • 0Как включить / отключить кнопку, когда флажок установлен в таблице с помощью angularjs?
  • 0Как отформатировать DateTime с помощью Boost?
  • 1Вызовите API Genderize.io из C #
  • 0Установите ширину DIV в соответствии с переменной ширины таблицы
  • 0jQuery показать скрыть некоторые элементы
  • 0Несколько вставок в цикле codeigniter

Solution 1

Right-click on the installer > Properties > Compatibility > Run Compatibility Troubleshooter

Solution 2

I am facing same issue from last 2 days

Issue is related to USER ACCESS most company’s have set up user account that doesn’t have access to install any application they have one admin user that have all this access

So when I open setup from admin account It open perfectly

Solution 1 — First try to simple right click on Android studio exe -> Click on Run as Administrator

Solution 2 — Press shift key and hold it -> Right Click on Android studio exe -> Run as different user then enter userName and Password of Admin user it work smoothly

Solution 3

For me it worked with compatibility for win xp

Solution 4

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 .

Solution 5

Download it in c drive and Right click and run as administrator. I tried this and it worked for me

Related videos on Youtube

Installation did not succeed.The application could not be installed. error in android studio

02 : 54

Installation did not succeed.The application could not be installed. error in android studio

Briar Interactive Private Limited

How to Fix Intel HAXM Android Studio Installation Error - This Computer Does Not Support Intel VT-x

06 : 21

How to Fix Intel HAXM Android Studio Installation Error — This Computer Does Not Support Intel VT-x

Android Development Tutorial for Beginners - 03 - Error Failed to Install HAXM in Android Studio

06 : 03

Android Development Tutorial for Beginners — 03 — Error Failed to Install HAXM in Android Studio

SOLUTION to JDK ERROR while installing ANDROID STUDIO

03 : 03

SOLUTION to JDK ERROR while installing ANDROID STUDIO

FIX Unable to Elevate Error Please Try to Run This Installer with Admin Privileges 100% Working

01 : 25

FIX Unable to Elevate Error Please Try to Run This Installer with Admin Privileges 100% Working

✔ The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE. Android Error

02 : 30

✔ The application could not be installed: INSTALL_FAILED_INSUFFICIENT_STORAGE. Android Error

CodeDocu Developer C# Asp Net Angular

Unable to elevate error 1812 Android Studio [ Win 10 ]

04 : 47

Unable to elevate error 1812 Android Studio [ Win 10 ]

How to Install Android Studio on Windows 10

17 : 52

How to Install Android Studio on Windows 10

HOW TO FIX AAPT2 error Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 in android studio 3.6.3

03 : 13

HOW TO FIX AAPT2 error Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 in android studio 3.6.3

Comments

  • I have downloaded the latest android studio android-studio-bundle-135.1740770-windows from the official site. But when I install the downloaded application file, it starts the installer and shows it extracting and then I get the following error in a small alert window:

    Unable to elevate[error:1812]

    I have also tried running the application as administrator, but no luck!

    • This issue is ralated to USER ACCESS refer this Answer

  • This rather reads like a mediocre comment — but not like a real answer to the question!

  • It’s the answer I needed.

  • OP said «I have also tried running the application as administrator, but no luck!»

  • OP said «I have also tried running the application as administrator, but no luck!»

  • Why 99%? What happens the other 1% of the time?

  • solution 2, worked for me, my company network team had to give password

  • Hi, welcome to Stack Overflow. When answering a question that already has many answers, please be sure to add some additional insight into why the response you’re providing is substantive and not simply echoing what’s already been vetted by the original poster. In this case, the original poster indicated that he/she had already attempted the solution you—along with several others—are recommending.

  • Solution 1 was the thing for me…either way, the main issue is user access, just in different aspects

Recents

Related

Я скачал последнюю версию Android Studio android-studio-bundle-135.1740770-windows с официального сайта. Но когда я устанавливаю загруженный файл приложения, он запускает установщик и показывает его распаковку, а затем я получаю следующую ошибку в небольшом окне предупреждения:

Невозможно поднять [ошибка:1812]

Я также попытался запустить приложение в качестве администратора, но не повезло!

2015-04-08 06:24

10
ответов

Щелкните правой кнопкой мыши установщик> Свойства> Совместимость> Запустите средство устранения неполадок совместимости.

2015-08-12 02:48

Я столкнулся с той же проблемой за последние 2 дня

Проблема связана с доступом пользователя. Большинство компаний настроили учетную запись пользователя, у которого нет доступа для установки приложений, у них есть один пользователь-администратор, у которого есть все эти права доступа.

Поэтому, когда я открываю настройку из учетной записи администратора, она открывается идеально

Решение 1. Сначала попробуйте щелкнуть правой кнопкой мыши на Android Studio exe -> Нажмите » Запуск от имени администратора».

Решение 2 — Нажмите клавишу Shift и удерживайте ее -> Щелкните правой кнопкой мыши на Android studio exe -> Запустите от имени другого пользователя, затем введите userName и Пароль пользователя Admin, все будет работать гладко

2018-08-30 13:26

У меня сработало с совместимостью для win xp

2017-12-12 19:44

Загрузите его на диск c и щелкните правой кнопкой мыши и запустите от имени администратора. Я попробовал это, и это сработало для меня

2018-02-22 16:51

Для меня также, когда я пытался установить из папки загрузки, я получил ту же ошибку, поэтому. Просто скопируйте установочный файл Android Studio на рабочий стол, который вы загрузили, а затем щелкните правой кнопкой мыши и выберите Запуск от имени администратора, это сработало.

2019-03-21 06:59

Проверьте режим совместимости Запуск под Windows XP (Service Pack3)

Также установите флажок Запускать эту программу от имени администратора.

Меня устраивает. Если вы используете Windows 10 64bit.

2019-03-13 23:57

Я думаю, что ваше приложение находится на диске, отличном от диска C. Попробуйте скопировать его с этого диска и вставить на рабочий стол, тогда я думаю, что это сработает — по крайней мере, у меня это сработало.

2017-09-04 15:47

Вот шаги, которые я предпринял:

  • Очистить временную папку (Перейти к Run type "%temp%" и удалите все файлы. Это может пропустить несколько файлов, это нормально!)
  • Щелкните правой кнопкой мыши свой android-studio-bundle-135.1740770-windows.exe, перейдите в свойства и нажмите кнопку разблокировки, если она доступна.
  • Убедитесь, что брандмауэр был отключен и ваше антивирусное программное обеспечение.
  • Наконец-то просто интал

Он работает на 99%, и вам не нужно устанавливать какое-либо другое программное обеспечение для его поддержки.

2017-08-26 14:25

Щелкните правой кнопкой мыши установщик> Свойства> Запустить средство устранения неполадок совместимости. Он порекомендует некоторые настройки и будет применять их также. Тогда вы должны быть в состоянии запустить его.

2015-12-02 07:56

Я следовал за этими шагами, и проблема исчезла:

  • Отключить UAC
  • перезагружать
  • Установка (как администратор)
  • Включить UAC
  • перезагружать

Есть быстрый способ включить или отключить это надоедливое окно из командной строки:

Отключить 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

Включить 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

После включения или отключения контроля учетных записей вам придется перезагрузить компьютер, чтобы изменения вступили в силу.

2016-09-26 11:13

Просто скопируйте установочный файл Android Studio на рабочий стол, который вы загрузили, а затем щелкните правой кнопкой мыши и выберите «Запуск от имени администратора».

2018-02-18 05:20

Понравилась статья? Поделить с друзьями:
  • Android studio unable to locate adb ошибка
  • Android studio this view is not constrained ошибка
  • Android snap ошибка
  • Android process acore произошла ошибка как исправить xiaomi
  • Android runtime ошибка