Home > Net >  How can I speed up my pc for Android development ft. Android studio
How can I speed up my pc for Android development ft. Android studio

Time:03-21

Now you can easily notice I am new on app development path when I am setting up Android studio for Android development I find that my pc need specific requirements (Hardware) to start

But I have desktop that CPU : Core 2Duo RAM : 4 GB HDD : 500 GB

It's been week when I just run some basic apps but it's very headache to do it for basics app because my android studio every minute got hang and start lagging I can't open chrome there full of warehouse of my problems related to pc because of android studio

Anyone know any hacks or by tips for me you can feel free for it.

CodePudding user response:

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. SSDs with smaller memory are often cheap and this alone can somewhat lessen your problems with Android Studio.

CodePudding user response:

The only hacks I can think of are:

  • Make sure you are not using a remote mounted file system or "share" for either your Android Studio Java installation or your AS workspace.

  • Shutoff (quit) all other applications that are using significant amounts of RAM; e.g. your web browsers, your email tool, Slack, Zoom, etc.

  • If you are using Windows, switch to Linux.

  • Related