Assigned
Status Update
Comments
di...@gmail.com <di...@gmail.com> #2
It keeps on this screen forever:
di...@gmail.com <di...@gmail.com> #3
I was able to solve this by removing the IDE Folders in the
AppData\Local\Google\Local
and
AppData\Local\Google\Roaming
But i think it is a good ideia you take a look anyway!
AppData\Local\Google\Local
and
AppData\Local\Google\Roaming
But i think it is a good ideia you take a look anyway!
di...@gmail.com <di...@gmail.com> #4
But, now it is closing after the project is opened
di...@gmail.com <di...@gmail.com> #5
Its is closing when i open this file:
di...@gmail.com <di...@gmail.com> #6
If i do not open the file, and run the app, when the screen using the component shows, the IDE closes too!
But the app does not close. Strange
If i run the app, attach the debugger to it, and go the the screen of the component, with a break point, it enters the break point, but when ai resume execution, it closes!
But the app does not close. Strange
If i run the app, attach the debugger to it, and go the the screen of the component, with a break point, it enters the break point, but when ai resume execution, it closes!
di...@gmail.com <di...@gmail.com> #7
The IDE also closes when openning in the Jellyfish
di...@gmail.com <di...@gmail.com> #8
The IDE also closes when openning in the Iguana
di...@gmail.com <di...@gmail.com> #9
I´ve tried to make the class barebones (no members or methods) but it still closes
The only think that seems to work is when a comment the inheritance:
"class TextareaInput {// : AppCompatEditText {"
Then, it does not close
The strange is that i have another five or six classes implemented exactly the same as this, that dont cause the ide to close
It sometimes closes even when the file is no opened...
The only think that seems to work is when a comment the inheritance:
"class TextareaInput {// : AppCompatEditText {"
Then, it does not close
The strange is that i have another five or six classes implemented exactly the same as this, that dont cause the ide to close
It sometimes closes even when the file is no opened...
di...@gmail.com <di...@gmail.com> #10
Found the problem!
I added these lines to the vmoptions and now the project opens. No problem!
-Xms2g
-Xmx8g
-XX:MaxPermSize=2g
-XX:ReservedCodeCacheSize=1g
-XX:-HeapDumpOnOutOfMemoryError
-XX:+UseParallelGC
-Dfile.encoding=UTF-8
I added these lines to the vmoptions and now the project opens. No problem!
-Xms2g
-Xmx8g
-XX:MaxPermSize=2g
-XX:ReservedCodeCacheSize=1g
-XX:-HeapDumpOnOutOfMemoryError
-XX:+UseParallelGC
-Dfile.encoding=UTF-8
di...@gmail.com <di...@gmail.com> #11
Actually, the problem persists:
di...@gmail.com <di...@gmail.com> #12
I've tried to copy the AS Folder of a machine that the problem does not occurs, and the config folders (in C:\Users\120898\AppData, both local and roaming) to my machine, but the problem still persists!
di...@gmail.com <di...@gmail.com> #13
Nevermind. The problem appered on the other machine too.
The project just closed
The project just closed
cm...@google.com <cm...@google.com> #14
Do you have any additional 3p plugins installed
The logs contain a lot of errors around com.mallowigi.icons.svgpatchers.MainSvgPatcher
2024-02-20 16:10:56,800 [ 51377] SEVERE - #c.i.i.p.PluginManager - Receiver class com.mallowigi.icons.svgpatchers.MainSvgPatcher does not define or inherit an implementation of the resolved method 'abstract com.intellij.util.SVGLoader$SvgElementColorPatcher forPath(java.lang.String)' of interface com.intellij.util.SVGLoader$SvgElementColorPatcherProvider.
di...@gmail.com <di...@gmail.com> #15
Only the Atom Material Icons
cm...@google.com <cm...@google.com> #16
It looks like the Atom Material Icons plugin might be the cause of your issue then, please could you try disabling that plugin? (com.mallowigi
which matches the errors logged)
di...@gmail.com <di...@gmail.com> #17
Yes, i will and return the results to you
di...@gmail.com <di...@gmail.com> #18
Yes, the problems goes away when i disable the plugin
Description
It shows the initial screen (See attached file) but, after i select one project, it keeps loading until it hangs!