Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Minimum hardware requirement for android studio?

Tags:

My system configuration: Intel Pentiunm dual core 1.3GHz with 2GB RAM. I have installed Android Studio but it is sluggish, I'm new in android development. Is upgrading RAM to 4GB help?

like image 545
Avinash Raj Avatar asked Feb 26 '15 15:02

Avinash Raj


People also ask

Can a 4GB RAM laptop run Android studio?

According to developers.android.com, minimum requirement for android studio is: 4 GB RAM minimum, 8 GB RAM recommended. 2 GB of available disk space minimum, 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image)

Can Android Studio run on low end PC?

It may seem unfair but Android Studio is not really suitable to run in a lower end device. It used to lag/hang in my device with Core i7 and 8GB Ram. The best thing you can do is to use an SSD instead of HDD.


2 Answers

I have a laptop with this configuration:

  • Core i5
  • 4GB RAM DDR3
  • HHD 5400RPM speed

And it's very slow.

When I upgrade my system with 8GB RAM and change my HDD with SSD, my speed is much improved.

So, I recommend that, you must at least have 8GB of RAM and Core i5 or Core i7 CPU, with a SSD. Don't use HDD.


UPDATE 27/AGU/2017

minimum requirement :

  • SSD
  • 8 GB of RAM
  • Core i5

best :

  • SSD
  • 16 GB of RAM
  • Core i7

UPDATE 31/JUL/2020

minimum requirement :

  • 256 SSD
  • 12 GB DDR3
  • Core i5

best :

  • 512 SSD
  • 24 GB DDR4
  • Core i7
like image 99
Adnan Abdollah Zaki Avatar answered Oct 07 '22 23:10

Adnan Abdollah Zaki


As of November 2020, the official system requirements say:

4 GB RAM minimum, 8 GB RAM recommended

IMHO, Android Studio will use as much RAM as it can, and your RAM requirements will depend on the size of your project(s) that you are working on. For example, I recently moved from a machine with 16GB RAM to 32GB, owing to Android Studio's memory usage.

like image 24
CommonsWare Avatar answered Oct 07 '22 21:10

CommonsWare