Android studio 2.1.2 is not opening on Windows 10 - android-studio

Whenever i start opening the Android Studio 2.1.2 on Windows 10 it shows the following window:
which doesn't proceed ahead to show opened window of Android Studio. I have recently installed Windows 10 using CD. Does anyone have same problem and knows how to solve it ?

Related

Android Studio installer doesn't open Windows 11

I have downloaded the latest version of android studio for windows but when I try to open the installer it shows "how do you want to open this file?" and asks me to choose an application.
PS: I have Java installed.
PS2: Windows 11

adb.exe has stopped working with Android Studio 4.3.1 and Android 9.+

With the latest clean installation of Android Studio with all the recommended settings I have this continuous error when I try to start an emulated device. The device starts up correctly and works properly but the "adb.exe has stopped working" popups continue to appear if they are closed, furthermore it is not possible to link the device with Android Studio because it is not recognized. Even if I download a previous image of Android (Android 9.0) I have the same problem.
The only plugins installed are Dart and Flutter.
The question could be repeated but I did not find solutions for this problem, or rather, the solutions found did not allow me to close this problem.
Before this update everything was working properly.
In this case we speak of a clean installation.
When I try to start the "main.dart" application to install it on the device the only error that appears is "Error retrieving device properties for ro.product.cpu.abi:"
Android Studio 3.4.1 Build #AI-183.6156.11.34.5522156, built on May 1, 2019 JRE: 1.8.0_152-release-1343-b01 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0
Android Debug Bridge version 1.0.41
Version 29.0.0-5611747
There is a temporary fix for now (if you're using Windows)!
1st Close Android Studio
2nd Open CMD and write: taskkill /f /im adb.exe
3rd Download this file: http://dl-ssl.google.com/android/repository/platform-tools_r28.0.2-windows.zip
4th Go to
C:\Users[your-username]\AppData\Local\Android\Sdk
and replace the "platform-tools" folder with the new one that you just downloaded.
ps: (a) don't forget to keep the backup (b) the AppData is a hidden folder

can't create android studio project in Android Studio

Few days ago I have received an update patch(I don't remember what for were that update it was 5 MB of size), after installing it, studio somehow crashed and stopped working, when I'm starting it there is not wizard for creating android project. I tried to uninstall every file of android studio then download fresh download pack, install it but same problem. (OS Ubuntu 16.04)
Possible reason Plugin for Android is disabled or removed/corrupt
From your Home Screen of your Android Studio
Configure -> Plugins -> Enable Plugin for Android
Then Ok, and Restart
In my case, it was the Android Studio file corrupted file problem.
Close your Android Studio then Delete .AndroidStudio directory from the Users directory and start Android Studio Again is works for me.
C:\Users\[use_name]\\.AndroidStudio

When I run the Android App in Android Studio, these errors occurs

When I run the Android App in Android Studio, these errors occurs (see the attachment). The emulator appears. But there I cannot see the application written by me. How to fix this? I haven't created any app using Android Studio before. I'm using it on Windows 8.
enter image description here
Try starting Android Studio as an Administrator
Depending on the target android version you want to compile with, you might want to lower your JDK to 1.7.
If you're already running JDK 1.7, try reinstalling JRE and JDK

Android Studio 2.0 does not load after update

I updated my Android Studio to 2.0, after that it doesn't open.
After completing the check for SDK, nothing is happening.
I tried uninstall, install studio 1.5 and updated again, but same result.
My OS is windows 10, in Dell Laptop.
Any help is appreciated.

Resources