OpenJDK platform binary resources problem - android-studio

Any help with OpenJDK platform binary resources problem
I tried to reinstall android studio and my windows
tried to open new project and I faced the same problem I don't know why

I had the same problem and it was about flutter, update It or uninstall it

Related

React Native Android No such property - logger for class DefaultProjectDescriptor

I am developing my app using React Native and now when I open the android project in Android Studio, during gradle sync it is throwing this error:
A problem occurred evaluating settings 'MyApp'.
No such property: logger for class: org.gradle.initialization.DefaultProjectDescriptor
Caused by: groovy.lang.MissingPropertyException: No such property: logger for class: org.gradle.initialization.DefaultProjectDescriptor
I tried installing yarn add react-native-unimodules but this won't resolve.
I am using NVM to used node version 14.17.3
Android gradle plugin version: 4.1.0
Gradle version: 6.8
Please help me resolving this as I am stuck on this since 2 days now.
I had the same problem I tried different node versions with nvm and also downgrade android studio but none worked for me. also, I tried installing node via homebrew. What I did was to start android studio using
open -a /Applications/Android\ Studio.app
The problem was that android studio couldn't find node so in this case starting with the above command fixed the problem for me and I used nvm
I was able to resolve this issue by fully shutting down my MacBook Pro and starting it up again. Once started I loaded my project in Android Studio once again and let the gradle build finish.
Fixed this by downgrading Android studio to version 4.1.3.
Before that I installed Node through NVM but it didn`t help
I encountered this exact error on a new MacBook M1 where I formerly used Java 8 with Rosetta (from the migration). After installing Zulu Java 8/11 with ARM-64bit support, I could not build the React Native App anymore.
I simply deleted the .gradle folder (e.g. in ~/.gradle) and executed the build command again. It downloaded Gradle from scratch and the build worked.
The real fix is stackoverflow.com/a/70891538/9878385
Run chmod +x /Applications/Android\ Studio.app/Contents/bin/printenv and this actually fixes the problem, rather than just working around the problem.
Check Android Studio for available updates
Android Studio -> Check For Updates
I have updated Android Studio and Tools to the latest version and this solved the problem. Currently I have Android Studio Chipmunk | 2021.2.1 (Build on April 28, 2022)
I was facing the same issue. It could be some problem with permissions on Android Studio installation.
This might help you to open the project without this error, but it doesn't definitively solve the problem. (Ubuntu linux)
cd App_Name/android/
android-studio .
I had same error using ReactNative and NVM. Installing NodeJS through package manager solved the problem. I guess NVM environment wasn't loaded in Android Studio environment.

Android Studio Emulator gets killed on Mac OS 10.11.6

Issue: Emulator gets killed and do not get launched
What I have:
Mac El Capitain 10.11.6
Updated to Android Studio 4.0
Things I've tried:
"Mac OS X (such as 10.9), then you may need to use an older version of HAXM (6.1.2)". As Android Studio Developers help page suggests, I've tried to look for HAXM older than v7.0.0 on Github but could not find it, and installing v7.0.0 did not fix the issue either.
Syncing Gradle did not fix the issue
Clearing cache did not fix the issue
Changing graphics to "Software" did not fix the issue
Checked relevant SDK is intalled (built for 29 and chose 29)
Would anyone know how to fix this?

Tizen Studio 3.3: Device Manager and Emulator Manager fail to launch due to "The code execution cannot proceed because MSVCP120.dll was not found."

I have recently installed Tizen Studio 3.3 (web-ide_Tizen_Studio_3.3_windows-64.exe) and also install all necessary packages through Package Manager. After the process of installation had finished, I tried to launch Device Manager and Emulator Manager, but failed because of the system Error: "The code execution cannot proceed because MSVCP120.dll was not found. Reinstalling the program may fix this problem".
However, this file exists in the folder C:\Windows\system32 and all versions of Microsoft Visual C++ Redistributable Versions are installed.
Please, help me to overcome this issue. Thank you in advance.
Overall, I have found out how to deal with this problem.
First of all, I had to totally reinstall Microsoft Visual C++ 2013 Redistributable. Thanks 'magicandre1981' for this kind of hint. It helps me to get rid of this kind of error:
https://sun9-65.userapi.com/c854124/v854124694/1151cf/ZnvZokiCCoM.jpg
As for unsuccessful launching of Device Manager, where nothing happens after it has been clicked, I overcome this problem by changing the path from 'C:\Program Files\Java\openjdk-13_windows-x64_bin\jdk-13\bin' to 'C:\Program Files\Java\jdk1.8.0_221\bin' in Environment Variables.
You need to install Visual C++ Redistributable Packages for Visual Studio 2013 (x86)
https://www.microsoft.com/en-us/download/details.aspx?id=40784
Reinstall the vcredist_x86.exe even if you have 64-bit system. This solution also fix Tizen Studio 4.6 Device Manager.
The solution is to update Visual C++ Redistributable Packages for
Visual Studio. You can do it by the link
"microsoft.com/en-GB/download/details.aspx?id=40784". Recomendation:
install vcredist_x86.exe even if you have 64-bit system. This will fix
the problem.
Moreover, check if you have no spaces in folder name, where you are
installing SDK. The installation can be complited successfully, but
you will catch errors like "can't resolve path", because of spaces.
Thats confusing.
Reference: https://developer.tizen.org/forums/sdk-ide/missing-msvcr120.dll-v3.1-emulator
According to my experience, device manager and emulator manager was not working on open jdk11, 12, 13.
I have tried for several days and contacted with samsung developer support.
They asked me to install oracle jdk8, I did.
Now it is working well.
Hope it help to somebody who having such an issue.

error launching studio when run an apk on android studio

i'm quite new to the android world and have recently encountered an issue. While trying to launch an apk i found online, i stumble across an error message i do not fully understand. it mentions that i'm running a 32 bit executable. I have already checked that the JDK installed is 64 bit and that i have studio 64 installed and not studio. Also, i'm pretty sure i have set the environment variables correctly. So if any of you guys could answer my query, it'd be great thank you !
Probably your Android Studio is not x86_64? Try to download and install the 64 bit (android-studio-ide-173.4819257-windows.exe) from https://developer.android.com/studio/#downloads , instead of 32-bit version.

Android Studio freezes at loading screen and won't start.(Windows 10)

I just got a new laptop today and I am trying to get Android Studio working.
There was no problem installing it and I've got the latest JDK. I also
added the JAVA_HOME variabel to environment variables.
Problem: When starting android studio the loading bar is filled up and then nothing happens and I don't get passed the loading screen. Does anyone recognize this problem and know how to solve it?
Thanks!
I had the exact same problem, I uninstalled all versions of JDK and JRE that were installed on my computer and then installed the most recent 64 bit version. After that reinstalled Android Studio and now it is working great.

Resources