Open RngNoah opened 1 month ago
Setting Up the Environment:
As @alanrodgz suggests, the best solution here is to run them in parallel. \
Android Studio does a ton of work for you behind the scenes - compiling, building, running and monitoring your app. While in both VSCode and (hypothetically) Cursor, you can create a setup where you can compile and run Android apps without Android Studio, you'll have a lot more work configuring build scripts and dependencies.
I've done exactly this, running Android Studio and Cursor side by side and, after a few minutes, it's pretty seamless and works well!
How to use Cursor to develop Android applications, similar to Android Studio?