Skip to main content

How to speed up andriod studio

 You might have read different tricks such as Offline Gradle, increasing memory in gradle.properties file, disabling Instant Run and so on. Let me show you a very easy way, shared by none other than Jake Wharton on Reddit about a year .

comment from Jake Wharton on a post on Reddit

So, let me show you how to do this.

First, click on File -> Settings -> Plugins to open dialog like this.

The Plugins section in Settings in Android

Now, disable or Check Off all the plugins which not usable for you. I have disabled following:

  • Android APK Support
  • Android Games
  • Android NDK
  • App Links Assistant
  • Copyright
  • Coverage
  • CVS Integeration
  • Editor Config
  • Fabric for Android Studio
  • Firebase (App Indexing, Services, Testing)
  • Github
  • Google (Cloud Tools Core, Cloud Tools for Android, Developer Samples, Login, Services)
  • Markdown Support
  • Mercurial integration
  • hg4idea
  • Settings repository
  • Subversion integration
  • Task management
  • Test recorder
  • TestNG-J
  • YAML

Comments

Popular posts from this blog

Print prime number program

 Consider the following program with explanation  using  System;      namespace  PrimeNumber   {        class  Program       {            static   void  Main( string [] args)           {               Console.WriteLine( "Enter a number" );                int  number = Convert.ToInt32(Console.ReadLine());                int  result = Check_Prime(number);                if  (result == 0)        ...

Windows 11 leak reveals new UI, Start menu, and more

  Windows 11 leak reveals new UI, Start menu, and more 529 The next version of Windows has leaked online     Jun 18, 2021, 12:03pm EDT Share this story Share this on Facebook (opens in new window) Share this on Twitter (opens in new window) SHARE All sharing options The new Windows 11 UI. Microsoft’s upcoming Windows 11 operating system has leaked online today. After screenshots were first published at Chinese site Baidu, the entire Windows 11 OS has appeared online, complete with a new user interface, Start menu, and lots more. The new Windows 11 user interface and Start menu look very similar to what was originally found in Windows 10X. Microsoft had been simplifying Windows for dual-screen devices, before canceling this project in favor of Windows 11. Visually, the biggest changes you’ll notice can be found along the taskbar. Microsoft has centered the app icons here, cleaned up the tray area, and included a new Start button and menu. This updated S...