Status Update
Comments
ra...@google.com <ra...@google.com> #2
can you share your android studio version
mt...@gmail.com <mt...@gmail.com> #3
Is this happening with Studio 3.0?
mt...@gmail.com <mt...@gmail.com> #4
Note: This worked for me on Windows 7 Pro 32-bit (with Android Studio 2.3.3). Seems like an issue with adt-branding module (which should contain the "/idea/AndroidStudioApplicationInfo.xml" resource).
mt...@gmail.com <mt...@gmail.com> #5
Hi, also happened on Mac Book Pro 15 retina mi-2015
MacOs Sierra 10.12.6
Android Studio 2.3.3
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
MacOs Sierra 10.12.6
Android Studio 2.3.3
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
ss...@gmail.com <ss...@gmail.com> #6
Thank you for this feedback. Your feedback helps make sure Android development tools are great! Given your issues has been resolved I am closing this issue.
mt...@gmail.com <mt...@gmail.com> #7
Android Studio 3.0 Canary 8
Build #AI-171.4195411, built on July 19, 2017
JRE: 1.8.0_152-release-884-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
AS is not logging freezes to .AndroidStudioPreview3.0/system/logs a lot of time. This process of logging is not working well :/.
Today studio freeze maybe 15 times, but no log from today :D
I tried it with jstack -l PID > freeze_as_XX.txt
Build #AI-171.4195411, built on July 19, 2017
JRE: 1.8.0_152-release-884-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
AS is not logging freezes to .AndroidStudioPreview3.0/system/logs a lot of time. This process of logging is not working well :/.
Today studio freeze maybe 15 times, but no log from today :D
I tried it with jstack -l PID > freeze_as_XX.txt
mt...@gmail.com <mt...@gmail.com> #8
4. Once UI is frozen is any part of UI responsive (menu, project view, etc.) and only certain parts of UI are frozen (e.g. the editor)?
- freeze complete AS, navigation bar, tabs, toolabrs, sometimes mouse is not visible in AS window and must move mouse outside AS to find it
Android Studio 3.0 Canary 9
Build #AI-171.4220116, built on July 27, 2017
JRE: 1.8.0_152-release-884-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
still it doesn't generate threadDumps, freeze for time about 2-4s.
It is reproducible much often with ConstraintLayouts and using Designer and Text mode togetger (switching often between this two modules)
- freeze complete AS, navigation bar, tabs, toolabrs, sometimes mouse is not visible in AS window and must move mouse outside AS to find it
Android Studio 3.0 Canary 9
Build #AI-171.4220116, built on July 27, 2017
JRE: 1.8.0_152-release-884-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
still it doesn't generate threadDumps, freeze for time about 2-4s.
It is reproducible much often with ConstraintLayouts and using Designer and Text mode togetger (switching often between this two modules)
ra...@google.com <ra...@google.com> #9
Matej,
Some plugins may impact IDE performance or have heavy memory use. To track down the root cause try running Android Studio only with default plugins and see if you still experience the same behavior. You can disable the plugins in File->Settings->Plugins, then Show->Custom and de-select all custom ones (CodeOutline, etc.). You can also try deleting all Android Studio configuration files in %USERPROFILE%\.AndroidStudio<version>. Remember this will reset more then just the plugins, but all IDE settings: keymapping, code style preferences and many others, so this may not be an option for you.
The idea.log indicates Android Studio is frequently signalling that it is running out of memory. Your current configuration limits memory use to 1.2GB, but for larger projects/more plugins you we advise to adjust maximum heap size to 2GB or more. Follow instructions here how to adjust max heap size:https://developer.android.com/studio/intro/studio-config.html#customize_vm
Let me know if that helps.
Some plugins may impact IDE performance or have heavy memory use. To track down the root cause try running Android Studio only with default plugins and see if you still experience the same behavior. You can disable the plugins in File->Settings->Plugins, then Show->Custom and de-select all custom ones (CodeOutline, etc.). You can also try deleting all Android Studio configuration files in %USERPROFILE%\.AndroidStudio<version>. Remember this will reset more then just the plugins, but all IDE settings: keymapping, code style preferences and many others, so this may not be an option for you.
The idea.log indicates Android Studio is frequently signalling that it is running out of memory. Your current configuration limits memory use to 1.2GB, but for larger projects/more plugins you we advise to adjust maximum heap size to 2GB or more. Follow instructions here how to adjust max heap size:
Let me know if that helps.
ra...@google.com <ra...@google.com> #10
Matěj,
In Android Studio 3.0 Beta 4 we made a number of improvements on how the Layout Editor uses memory. This may address problems you were having with unresponsive UI if high memory use was indeed a cause.
In Android Studio 3.0 Beta 4 we made a number of improvements on how the Layout Editor uses memory. This may address problems you were having with unresponsive UI if high memory use was indeed a cause.
mt...@gmail.com <mt...@gmail.com> #11
I'm on beta4 now, but I didn't work yet more with layouts, I'll inform here
after with some result. Thanks
On čt 7. 9. 2017 1:21 <buganizer-system@google.com> wrote:
after with some result. Thanks
On čt 7. 9. 2017 1:21 <buganizer-system@google.com> wrote:
mt...@gmail.com <mt...@gmail.com> #12
Android Studio 3.2 Canary 3
Build #AI-173.4595177, built on February 9, 2018
JRE: 1.8.0_152-release-1024-b02 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
again freeze a lot of time for a few (10) seconds while I can again type text or edit java code/xml.
Reproducible 100/100, just edit and use AS for a few hours.
Build #AI-173.4595177, built on February 9, 2018
JRE: 1.8.0_152-release-1024-b02 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
again freeze a lot of time for a few (10) seconds while I can again type text or edit java code/xml.
Reproducible 100/100, just edit and use AS for a few hours.
mt...@gmail.com <mt...@gmail.com> #13
freezing in edit layout in version from prev. comment ^
Logs are fro jstack -l, + logs-2018...zip is from AS -> help -> colelct data
Logs are fro jstack -l, + logs-2018...zip is from AS -> help -> colelct data
mt...@gmail.com <mt...@gmail.com> #14
still valid for:
Android Studio 3.1.1
Build #AI-173.4697961, built on April 4, 2018
JRE: 1.8.0_152-release-1024-b02 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Android Studio 3.1.1
Build #AI-173.4697961, built on April 4, 2018
JRE: 1.8.0_152-release-1024-b02 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
mt...@gmail.com <mt...@gmail.com> #15
Please fix this!
AS 3.1.2 stable.
Freeze until kill studio.
Editor is slow as fuck, can't edit layouts... it's there for a 2 years without any fiX!!!!!
AS 3.1.2 stable.
Freeze until kill studio.
Editor is slow as fuck, can't edit layouts... it's there for a 2 years without any fiX!!!!!
mt...@gmail.com <mt...@gmail.com> #16
changes in layout was not saved, after kill AS...
mt...@gmail.com <mt...@gmail.com> #17
Android Studio 3.2 Canary 14
Build #AI-181.4668.68.32.4763614, built on May 4, 2018
JRE: 1.8.0_152-release-1136-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Look at the video! This is what I'm speaking about evrytime... look when I type, when scroll by mouse and when click by mouse...
And after PLEASE, FIX this shit... I don't know what I can do more for you!
Build #AI-181.4668.68.32.4763614, built on May 4, 2018
JRE: 1.8.0_152-release-1136-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Look at the video! This is what I'm speaking about evrytime... look when I type, when scroll by mouse and when click by mouse...
And after PLEASE, FIX this shit... I don't know what I can do more for you!
mt...@gmail.com <mt...@gmail.com> #18
It was reported by me in 2016, https://issuetracker.google.com/issues/37110360 AS 2.2, now we have 3.2 canary 14 and still present this annoing bug :/
mt...@gmail.com <mt...@gmail.com>
zb...@gmail.com <zb...@gmail.com> #19
can u fix it ??????????????????????????
mt...@gmail.com <mt...@gmail.com> #20
Android Studio 3.2 Canary 15
Build #AI-181.4668.68.32.4773949, built on May 10, 2018
JRE: 1.8.0_152-release-1136-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Don't know, maybe relevant, maybe not.
Build #AI-181.4668.68.32.4773949, built on May 10, 2018
JRE: 1.8.0_152-release-1136-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Don't know, maybe relevant, maybe not.
mt...@gmail.com <mt...@gmail.com> #21
Android Studio 3.2 Canary 16
Build #AI-181.4668.68.32.4802120, built on May 24, 2018
JRE: 1.8.0_152-release-1136-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Build #AI-181.4668.68.32.4802120, built on May 24, 2018
JRE: 1.8.0_152-release-1136-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Description
Build #AI-171.4163606, built on July 7, 2017
JRE: 1.8.0_152-release-884-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
Steps:
Edit layout for longer time, edit in TextMode, edit in DesignMode, edit Java files, edit Kotlin files, back edit layout again and again.
After some time AS freeze and it's not possible to type, it freeze on few secons after every character you type! It's unusable to use AS in this state until exit and reopen AS!
I reported it from AS 2.2 or older, still not fixed! But not it's much often than before :/
It start everytime after edit layout files, not when edit only java/kotlin files. You must edit XML layout files to start freezing.
In logs are jstack traces of AS when try to type and it freeze.