13th_Rat
(十三番目 匹目のネズミ)
October 12, 2024, 3:09pm
1
Is it possible to build cursor for Android ?
wish to build one from sources and add it to GoolePlayShop, so I could develop with my tablet (later associate it with google-voice-assistant to ask/speak/develop directly with my mouth).
Please point some directions, suggestions.
Thank you
deanrie
(Dean Rie)
October 12, 2024, 4:13pm
2
Hi @13th_Rat
No, you can’t do that. Even though it’s built on VSCodium, most of the code is closed-source, and you don’t have the option to build the app for Android.
LukeMelas
(Luke Melas-Kyriazi)
October 12, 2024, 10:28pm
3
There is an unofficial Cursor for ARM if you want to play around with it, just be aware that you’re venturing into uncharted waters. Good luck!
1 Like
i use cursode IDE to open vs commu 2022 projects.
and it still works.
so similar idea:
I would like Cursor IDE to support Android development as well.
In my experience with VS Community 2022, I could open its folder with Cursor and let it handle tasks.
I installed Android IDE (an abandoned ware) on my Chromebook s android along with Cursor ARM in Linux Beta. I expect to use Cursor to open a project by placing the Android dev folder in a shared location, like MyFiles/Downloads.
For pure Android development, I suggest using a rooted Android device with the Kiwi browser for Chrome…
would recommend Firebender instead, that way you don’t need two IDEs and it hooks into the kotlin LSP
cocode
(Babak Bandpey)
July 31, 2025, 8:55am
7
Code with Cursor, build with Android studio.
I do it all the time. have both open.
Just be aware that linter errors in Cursor mean nothing.