I tested the latest version on my Itel P40 (Android 12, Unisoc SC9863A).
Stability has improved significantly compared to previous versions. Crashes are now only occasional instead of frequent.
However, I noticed an important pattern:
The occasional crashes only occur while editing Java projects.
They often happen after deleting code and typing new code, which causes the file to be re-analyzed.
I created and tested a Kotlin project under similar editing conditions, and I could not reproduce the crash there.
This makes me think the remaining issue may be specific to the Java analysis/parsing pipeline rather than the editor in general.
I tested the latest version on my Itel P40 (Android 12, Unisoc SC9863A).
Stability has improved significantly compared to previous versions. Crashes are now only occasional instead of frequent.
However, I noticed an important pattern:
The occasional crashes only occur while editing Java projects.
They often happen after deleting code and typing new code, which causes the file to be re-analyzed.
I created and tested a Kotlin project under similar editing conditions, and I could not reproduce the crash there.
This makes me think the remaining issue may be specific to the Java analysis/parsing pipeline rather than the editor in general.