Loading Android Studio but not showing

I downloaded and installed Android Studio, but after downloading nothing happens (no error message), no IDE shows up. Am I the only one who had this problem? How can I get it to work?

EDIT:
SO: Windows 7 professional
Android Studio version: 2.3

+3


source to share


2 answers


Follow these steps to check that everything is set up to run Android studio:

  • Java path settings http://www.javatpoint.com/how-to-set-path-in-java
  • JDK Java Development Kit (JDK) version 7 or higher
  • Disk space 500 MB disk space
  • Space for Android SDK (at least 1GB for Android SDK, emulator system images and caches

  • Minimum RAM 3 GB, 4 GB RAM recommended

  • Make sure you have a compatible Android version (32-bit or 64-bit)



NOTE. Remember to reboot your system after installation

+2


source


There is no way to make it work, but Android Studio 2.0 works great ...



+1


source







All Articles