Android Studio code completion suggestions very slow - android-studio

After an update to Android Studio Electric Eel | 2022.1.1 Patch 1 (Build #AI-221.6008.13.2211.9514443), the load timing for xml code suggestions went from milliseconds to 10s of seconds, if I hit Ctrl+Space it loads as it should.
I'm working on a sufficiently powerful machine (i5-10310U with 40GB RAM).
I tried disabling AI suggestions and other settings to ease the load times but it changed nothing.
Are there settings that control the load times of the code suggestions? Or anything that would help improve the load suggestion times?

Related

I'm having to invalidate cache and restart android studio multiple times to get log functionality. Why?

I heavily depend on Logcat for debugging my code, as do most of you. However, I'm able to generate logs only for about 3 times in a given session. The emulator works fine and I can still reinstall the app with changed functionality and all. But to get the Logcat working, I need to invalidate cache and restart Android Studio multiple times in a day. The restart takes about 5-10 minutes which is wasted time.
Does my Studio have some issues and/or is there any alternative?

Plugin 'org.jetbrains.android' failed to initialize and will be disabled. Please restart Android Studio

I left my computer to sleep with Android Studio open and this suddenly happens to me now.
I get this error when Android Studio starts and it forces me to restart it. Also, when it does restart, I have a bunch of errors of other plugins telling me that the plugin “Android Support” is disabled. I tried the solution of this answer with no avail.
Now, in the menu, under tools, I don't even have the AVD Manager nor the SDK Manager anymore!!!
I am at my workplace getting crazy with this. Please help!!
Thank you
it was not a sleep problem, it happens to me all the time whenever i try to change my system's language to other than ENGLISH.
for example when i try to install android studio on a PC that has its default system language HINDI, then this problem comes. because by changing this, date time formats becomes unreadable to android studio.
Simple solution is- dont change your system language and keep it as English.

Android Studio 3.0 VERY VERY VERY slow on run

I have a very big problem using Android Studio.
Every time I make a code changing, I have to check if all has gone well launching my app; but as soon as I click the "Run app" or the "Apply changes", it's the end: it starts the Gradle build process, which take even 30 minutes to complete, and furthermore Android Studio take the full control of my computer, not allowing to do nothing anymore (like open the browser, open notepad++, and so on...).
Can anyone help me?
Thanks
If you use Eclipse you won't have this problem anymore. but if you want to stick with android studio and gradle you can run your emulator and gradle once and whenever you want to compile your code run it on the already built gradle. this means that do not close the emulator and run your program on it again and again. this way you will not have to spent alot of time on loading the emulator and gradle
Android Studio is not a very light software.It uses a lot of your system RAM and CPU power.So if you are using an old system then it is obvious that android studio will run slow.If possible then upgrade your system.
And one more thing it's better to use actual device rather than Virtual Emulator for our application working test.

Sluggish Android Studio Start up

I have Android Studio 3.0.1 with latest JDK installed on my i7 (4th Gen) dual core Win10 machine, 16GB RAM, 850 Pro 512GB SSD. But even with this beastly configuration, when double clicking on the Android Studio icon to launch the application, the software feels very sluggish in starting up. Takes approx. 15-20 odd seconds to just start up and then do the Gradle build of last opened app, which takes another 30-40 seconds.
Have set the vmoptions & gradle.properties to use -Xms2g and -Xmx4g along with parallel build, offline gradle execution and configureondemand.
Is there a way to drastically improve this performance when I have such a good machine configuration, probably tweaking some other Windows / Android Studio level parameters? Please help.
It start in seconds only because of that configuration.It takes few minutes to start in my laptop with 8gb ram.
So the time you mentioned seems pretty good.

Android Studio becoming unresponsive

Just moved from Eclipse to Android Studio a few days ago and everything seemed fine. Now after using it for a while I've noticed that it sometimes, seemingly at random, becomes completely unusable. The UI seems to hang for five or so seconds, then everything is alright for a couple of seconds, then hangs again. The "wheel" animation at the top right of the package explorer is spinning constantly too, but again this happens even when I've just left it for a while (No coding, no running projects etc...)
Update: Seems to start the wheel animation when I use the Full Screen mode and slowly gets more sluggish. Switching back to windowed mode after does not solve the problem.
I had a similar issue with Android Studio. In my case I opened up Activity Monitor and force quit both Android Studio and adb. Post that on restart Android studio is working fine.
I have found that closing and restarting Android Studio solved that problem.
In my case it became sluggish after about one week of intensive use without ever closing it. At first I thought it was because my app had grown too complex... The problem is probably caused by some memory leak inside Android Studio. After a restart it became ligthning-fast again.

Resources