Как запустить андроид студио error launching studio

I want to install and run Android Studio on my Windows 8 Pro 64-bit. I can install, but when I running the app, this error appears: Failed to load JVM DLL C:Program FilesJavajdk1.7.0_25jre. ...

I want to install and run Android Studio on my Windows 8 Pro 64-bit.
I can install, but when I running the app, this error appears:

Failed to load JVM DLL C:Program FilesJavajdk1.7.0_25jre. If you
already have a 64-bit JDK installed, define a JAVA_HOMEvariable in
Computer > System Properties > System Settings > Enviroment Variables.

I define a JAVA_HOME on system variable 3 times with this values:

First time:

C:Program FilesJavajdk1.7.0_25

Second time:

C:Program FilesJavajdk1.7.0_25 ; C:Program FilesJavajdk1.7.0_25bin

And third time:

C:Program FilesJavajdk1.7.0_25 ; C:Program FilesJavajdk1.7.0_25bin ; C:Program FilesJavajdk1.7.0_25jre

But I have same problem in 3 states.

asked Nov 1, 2013 at 14:24

Hamed Mehraei's user avatar

Hamed MehraeiHamed Mehraei

571 gold badge2 silver badges7 bronze badges

1

Go to system properties then Advanced system settings
Cick bellow Enviroment variables
in system variables click New and input variable name JAVA_HOME and variable value java path, (example: C:Program FilesJavajdk1.8.0)

answered Apr 11, 2014 at 14:53

Malkhaz Gholijashvili's user avatar

1

run studio64.exe instead of studio.exe, had same problem and this worked for me

answered Nov 27, 2014 at 3:54

user4298456's user avatar

I am using Windows Pro 8 too, here is my JAVA_HOME setting:

JAVA_HOME=c:Program FilesJavajdk1.7.0_15

What I can suggest is the following:
If android-studio installed successfully and cannot launch it,
go to your user profile folder :

cd %USERPROFILE%

delete «.AndroidStudioPreview»

open a new command line terminal:

set JAVA_HOME

make sure that the path returned is set to the proper java jdk directory.
If this does not show anything this means that your environment variable is not available.

Then launch android studio out of the command line.

If the problem persists try to install a new jdk side by side and point to the new jdk with JAVA_HOME.

answered Nov 1, 2013 at 14:51

user1568967's user avatar

user1568967user1568967

1,7762 gold badges14 silver badges18 bronze badges

2

Make sure that the installation folder in

C:Program Files
or
C:Program Files(X86)

If its in Program Files directory set the environment variable as

C:Program Filesjdk_name

else

C:Program Files(X86)jdk_name

answered Dec 16, 2014 at 13:07

Manzoor Samad's user avatar

Manzoor SamadManzoor Samad

8891 gold badge9 silver badges16 bronze badges

Change your most recent JDK folder name to the version the application is looking for. Example:

Go to:

C:Program FilesJava

and rename the folder with most recent JDK version from jdk1.7.0_XX to jdk1.7.0_25

Good Luck.

Edy Bourne's user avatar

Edy Bourne

5,26112 gold badges49 silver badges95 bronze badges

answered May 14, 2016 at 17:44

Rashko Dimitrov's user avatar

Define a environment variable JAVA_HOME pointing to the JDK location (without BIN folder), like this:

JAVA_HOME=C:Program FilesJavajdk1.8.0_101;

(Set it in system and local variable)

After that, add

%JAVA_HOME%bin 

to PATH variable (both in system and local settings)

Be sure to point to JDK installation directory, not JRE directory.

Then restart your computer.

Sasikumar Murugesan's user avatar

answered Aug 22, 2016 at 3:00

Thiago Saraiva's user avatar

If you install android studio x64 you should have java sdk x64 installed if not you can install it and try again

answered Aug 25, 2020 at 3:50

Juan Pablo's user avatar

Juan PabloJuan Pablo

7769 silver badges18 bronze badges

It seems like a significant improvement over Eclipse android application development. You will be able to develop multiple screens, such as phones and tablets. You must be comfortable developing android apps using the android studio.

However, if you use Windows 7,8 Windows 10, you may have had issues running the Android Studio application. Several people have not been able to run Android Studio after it has been installed.

I have also faced this same problem the first time I used the Android Studio. Now here I write a few solutions using the Android Studio.

Table Of Content

  • Downloading & Install Android Studio :
  • Downloading & Install JDK :
  • Problem And Solution :
  • MSVCR100.dll  problem Solution
  • Download Link for Visual C++ package :
  • Fatal Error :
  • Fatal Error problem Solution:
  • Conclusion

Downloading & Install Android Studio :

Android Studio is a tool that helps you make an app for Android. You can use it to develop and debug your apps on the computer. Similar to Eclipse, it integrates with all the developer tools you need.

Flowing this link, you will find the android studio official bundle download suitable OS version for your computer operating system.

http://developer.android.com/sdk/installing/studio.html

When you finish downloading Android Studio, install it before doing anything else.

Note: you just need to install JDK tools on your computer.

Downloading & Install JDK :

If you don’t have JDK (java development kit) installed on your computer, download it from this link.

http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

After Installing JDK (java developing kit) on your computer, you can do flowing this work.

  1. 1. Right-click on My Computer and select Properties.
  • 2. Click on “Advanced system settings” and go to the “Advanced” tab.
  • 3. On the bottom, click the “Environment Variables” button. It will bring up the Environment Variables screen, and you will see two sections, User Variables (at the top) and System Variables (at the bottom).
  • 4. Add a system variable with the name JDK_HOME and the value equal to the path to your JDK install.

This step might be different for you, but this is how it worked for us.

Variable name: JDK_HOME

Variable Value: c:program FilesJavajdk1.7.0_21

 OR

Have you set your environment variable correct? If not, add-in

Control panel -> System -> Advance system settings -> Environment variable:

JAVA_HOME (value = c:program FilesJavajdk1.7.0_21))

Now you have almost done it! All. 

Now install android studio.

When you download and use android studio, you might have a problem with it. I show how to fix this problem.

Problem And Solution :

The program can’t start because MSVCR71.dll is missing from your computer. Try reinstalling the program to fix this problem?

MSVCR100.dll is missing
The program can’t start because MSVCR100.dll is missing from your computer. Try reinstalling the program to fix this problem?

Look Like See this image 2

Error launching the android studio
Error launching the android studio
 

If you get the error with msvcr100.dll you will still be having problems starting Android Studio, even after you add the system variables. The first time I thought I fixed it by adding.

MSVCR100.dll  problem Solution

If after adding the JDK_HOME variable you’re still having an error message related to msvcr100.dll, you have to download Visual C++ package – 32-bit or 64-bit from Microsoft and must install it on your computer.

At the end, you deleted the JDK from the “Path” variable so you would have a clean start. you can install the C++ package, added the JDK_HOME  or JAVA_HOME variable, and everything it’s working now.

Download Link for Visual C++ package :

Visual C++ package – 32-bit:

https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0

Visual C++ package – 64-bit:

https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0

Fatal Error :

For the first time, I could open Android Studio without problems.

But when I restart my computer and try to open Android Studio, I may have a small problem.

If you install Android Studio and don’t put it in Administration mode, you will have this problem.

You can fix the issue with one of these solutions:

  1. Completely fix the issue.
  2. Fixing the problem every time you open Android Studio.
Android-studios System cache are locked
Files in c: program Files Android-studios System cache are locked. Android Studio will not be able to start up.

Fatal Error problem Solution:

When you install Android Studio, there is a screen where you can choose what type of user it will be installed for.

If you choose ‘just me’ then the normal user mode will not start up and there will be a fatal error problem.

Android Studio Setup Choose User Option
Android Studio Setup Choose User Option
  1. install for anyone using this computer ( using this Option)
  2. install just for me 

If you have already installed android studio for using this option (install for me).

I think this is a problem that needs to solve for you then try to re-install android studio using this option ( install for anyone using this computer ) hope you will not see this fatal error.

OR

Simple doing every time when you start android studio select RUN As Administrator to open android studio

Run as administrator
Run as administrator
 

Conclusion

It can be frustrating when you run into an issue with your Android Studio install.

Luckily, the team at Google is always on hand to help resolve any problems and answer questions that may arise.

If you’ve been having trouble installing or using Android Studio, try visiting their website for some help! You might also want to check out my troubleshooting guide below.

I hope it helps! What kind of problems have you had installing or using Android studio? Let me know in the comment section.

Affiliate Disclaimer : As an Amazon Associate I earn from qualifying purchases.

На чтение 4 мин. Просмотров 1.3k. Опубликовано 03.09.2019

В самой используемой ОС в мире есть и самые активные разработчики. Конечно, мы имеем в виду Android и его приложения. Теперь большинство пользователей будут работать под управлением Android Studio под Linux, но значительное количество разрабатывают приложения для ОС Windows. В последнее время пользователям, которые обновили Windows 7/8 до Windows 10, было трудно работать с Android Studio.

Мы позаботились о том, чтобы заручиться поддержкой нескольких проблем. Если вы не можете запустить Android Studio в Windows 10 , следуйте приведенным ниже инструкциям.

Содержание

  1. Не удается запустить Android Studio в Windows 10? Вот что делать
  2. 1: убедитесь, что у вас установлен SDK
  3. 2. Запустите приложение от имени администратора и в режиме совместимости.
  4. 3: отключить UAC и антивирус
  5. 4: переустановите все связанные приложения

Не удается запустить Android Studio в Windows 10? Вот что делать

  1. Убедитесь, что вы установили SDK
  2. Запустите приложение от имени администратора и в режиме совместимости
  3. Отключить UAC и антивирус
  4. Переустановите все связанные приложения

1: убедитесь, что у вас установлен SDK

Странное появление приложений, работающих на Windows 7 или Windows 8 и внезапно заканчивающихся сбоем на Windows 10, не является чем-то новым. Однако в этом случае большинство пользователей смогли запустить Android Studio на Windows 10 так же легко, как и на предыдущих итерациях Windows. Просто некоторые пользователи не смогли запустить этот инструмент разработки, даже после нескольких попыток.

  • ЧИТАЙТЕ ТАКЖЕ: эмулятор Android Hyper-V теперь доступен в Windows 10 v1803

Несмотря на то, что это редко, мы все равно должны посоветовать вам проверить Java SDK (Software Development Kit) от Oracle. Без этого Android Studio не будет работать. Даже если вы выполнили обновление до Windows 10 за предыдущие итерации, переустановка этого инструмента может помочь. Возможно, некоторые компоненты не были перенесены с системой, и именно это и является причиной проблемы.

2. Запустите приложение от имени администратора и в режиме совместимости.

Другим подходящим подходом, когда стороннее приложение не работает, является предоставление ему административного разрешения. Кроме того, запуск программы в режиме совместимости также может помочь. Многие сторонние приложения не будут работать так, как задумано в Windows 10, из-за более ограниченного характера системы.

  • ЧИТАЙТЕ ТАКЖЕ: Windows 10 на ARM подвержена проблемам с производительностью и совместимостью приложений

Однако, как мы уже говорили, вы можете решить эту проблему, настроив параметры совместимости. Выполните следующие действия, чтобы разрешить административное разрешение для Android Studio:

  1. Щелкните правой кнопкой мыши ярлык Android Studio и откройте Свойства .
  2. Установите флажок « Запустить эту программу в режиме совместимости для ».
  3. Выберите « Windows 7 » в раскрывающемся меню.
  4. Установите флажок « Запустить эту программу от имени администратора ».
  5. Подтвердите изменения и перезагрузите компьютер.

3: отключить UAC и антивирус

Даже если мы не можем открыто рекомендовать отключить UAC (контроль учетных записей) в Windows (из-за очевидных причин безопасности), вы можете попробовать его временно. Когда дело доходит до более деликатных и сложных приложений, которыми, безусловно, является Android Studio, системные ограничения могут быть слишком большими.

  • ЧИТАЙТЕ ТАКЖЕ: Ошибка установки программного обеспечения «Ошибка 5: доступ запрещен» в Windows [FIX]

Вот как отключить UAC в Windows 10:

  1. На панели поиска Windows введите UAC и откройте « Изменить настройки контроля учетных записей » из списка результатов.
  2. Перетащите ползунок вниз и подтвердите изменения.
  3. Если система попросит вас ввести пароль, введите его.
  4. Перезагрузите компьютер.

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

4: переустановите все связанные приложения

Наконец, все оставшиеся решения, которые мы можем понять и включить в этот список, указывают на переустановку. Теперь, как мы уже упоминали, обновление системы до Windows 10 должно позволить вам использовать все приложения из предыдущей итерации Windows. Однако в этом случае мы настоятельно рекомендуем переустановить все и начать с нуля.

  • ЧИТАЙТЕ ТАКЖЕ: 10 лучших программ для создания игр для пользователей ПК

Конечно, если у вас есть несколько проектов, обязательно сделайте их резервную копию перед удалением Android Studio и SDK. Надеюсь, вы сможете продолжить работу позже. Здесь можно скачать Java SE Development Kit.А последнюю версию Android Studio-совместимой версии для Windows 10 можно найти здесь.

Это должно сделать это. Не забудьте поделиться альтернативными решениями в разделе комментариев ниже. Мы будем благодарны за ваше участие в этом деле.

Понравилась статья? Поделить с друзьями:
  • Как запустить coreldraw x8 error code 126
  • Как запустить chkdsk исправление ошибок
  • Как записать бывшего который изменил
  • Как замечать свои ошибки на экзамене
  • Как заменить снилс через госуслуги при ошибке