Skip to content

Add AGENTS.md with Cursor Cloud dev environment instructions#3

Draft
rishabhsingh971 wants to merge 2 commits into
masterfrom
cursor/setup-dev-environment-1ad9
Draft

Add AGENTS.md with Cursor Cloud dev environment instructions#3
rishabhsingh971 wants to merge 2 commits into
masterfrom
cursor/setup-dev-environment-1ad9

Conversation

@rishabhsingh971

Copy link
Copy Markdown
Owner

Summary

Adds AGENTS.md with Cursor Cloud-specific instructions for setting up the Android development environment.

What was set up

  • JDK 11 — required because AGP 3.3.0 is incompatible with JDK 17+
  • Android SDK — platform 28, build-tools 28.0.3, command-line tools installed at /opt/android-sdk
  • local.properties — points to the SDK location (not committed)
  • Environment variables (JAVA_HOME, ANDROID_SDK_ROOT) configured in ~/.bashrc

Verified commands

Command Result
./gradlew assembleDebug BUILD SUCCESSFUL — 50MB debug APK produced
./gradlew test BUILD SUCCESSFUL — all unit tests pass
./gradlew lint Lint runs correctly; exits non-zero due to 16 pre-existing errors in the codebase

Build and test evidence

build_and_test_output.log

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

cursoragent and others added 2 commits May 17, 2026 05:34
Co-authored-by: Rishabh Singh <rishabhsingh971@users.noreply.github.com>
Co-authored-by: Rishabh Singh <rishabhsingh971@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants