7

I tried to disable Power Save Mode on Android Studio 1.2.1.1 several times in order to activate Code Complete feature but didn't disable.

I'm running the studio on Windows 7.

What could be the problem? someone please help

  • Related post - [What is “Power Save Mode” in IntelliJ IDEA and other Jetbrains IDEs?](https://stackoverflow.com/q/11725605/465053) – RBT Aug 08 '18 at 10:56

2 Answers2

6

You can try this :

You can also check if Power Save Mode on File menu is disabled.

                                 'OR'

Go File > Invalidate Caches / Restart... > Click at Invalidate and Restart

This really works for me...Can't Anlyze code because of Power save mode

Maddy Sharma
  • 4,870
  • 2
  • 34
  • 40
4

Uncheck "Power save mode" as shown below:

enter image description here

Chris Sprague
  • 3,158
  • 33
  • 24