Android Studio Plugin crashes while running tasks
已回答
My plugin does some static analysis on the given android apk file and shows the output in the Project tool window.
It receives the analysis's result from another project (as a dependency) and displays it.
Now, the problem is when I give a large android project apk as an input, it crashes/stops without any warning. But when I try to run the same apk from the command prompt, it returns the result perfectly. So, the problem is happening when I am running it via the plugin. How can I solve this issue?
Please help. I am a beginner.
请先登录再写评论。
I'm afraid it is impossible to help without more information, at least full plugin's sources and reproducable case with test apk files used.
What is the memory size of a new daemon in Intellij Plugin or how much data a daemon can handle in IntelliJ when we try to create and work with Daemon?
What exactly is "Daemon" here?