I'm getting an error while updating android studio from 3.4.2 to 3.5, how can I resolve the problem?
See the image for the error message.
If I download new android studio 3.5 then it's working fine.
For me this happened due to the mismatch of Java.exe in following two directories:
Android_Studio/jre/jre/bin/
Android_Studio/jre/bin/
Solution: Copy the Java.exe file from Android_Studio/jre/jre/bin/ and replace the one located in Android_Studio/jre/bin/
Copyright © 2021 Jogjafile Inc.
For me this happened due to the mismatch of Java.exe in following two directories:
Android_Studio/jre/jre/bin/
andAndroid_Studio/jre/bin/
Solution: Copy the Java.exe file from
Android_Studio/jre/jre/bin/
and replace the one located inAndroid_Studio/jre/bin/