Akash Yadav
Akash Yadav
You have to wait until the project is initialized. If that doesn't work, please tell us a way to reproduce this issue. I'm currently working to improve Java LSP. The...
NDK will be available in future versions of AndroidIDE. Till then, you could always use [termux-ndk](https://github.com/Lzhiyong/termux-ndk).
The [android-tree-sitter](https://github.com/itsaky/android-tree-sitter) library is in development for this. Once it's usable, it'll be integrated in the editor.
> > The [android-tree-sitter](https://github.com/itsaky/android-tree-sitter) library is in development for this. Once it's usable, it'll be integrated in the editor. > > Is [android-tree-sitter](https://github.com/itsaky/android-tree-sitter) Library finished development now? Nope, working on...
There needs to be a basic support from the editor itself. And the [work on it has been started](https://github.com/Rosemoe/sora-editor/commit/902c8181612a720fe34ccc71ce98de97d979996c). It'll be available soon.
Split screens are not supported, yes. But, this issue should not happen. It'll soon be fixed.
The terminal currently isn't configured to support external keyboards. This will be fixed soon.
This will take time to be implemented.
## For variants We already have enough data about variants to allow the user to select which variant to build. We could get the list of variants from [`IdeAndroidModule`](https://github.com/itsaky/AndroidIDE/blob/main/build-tools/tooling-api-model/src/main/java/com/itsaky/androidide/tooling/api/model/IdeAndroidModule.kt). The...