Skip to content

Setup Cursor Cloud development environment#1

Draft
DevonStee wants to merge 1 commit into
mainfrom
cursor/development-environment-setup-cebe
Draft

Setup Cursor Cloud development environment#1
DevonStee wants to merge 1 commit into
mainfrom
cursor/development-environment-setup-cebe

Conversation

@DevonStee

Copy link
Copy Markdown
Owner

Summary

Adds Cursor Cloud-specific development environment instructions to AGENTS.md so future cloud agents can build, test, and lint this Android project without manual setup.

Changes

  • Added ## Cursor Cloud specific instructions section to AGENTS.md with:
    • Android SDK location and environment variable documentation
    • Key gotchas (no emulator, first-build latency, build-tools version, Hilt regen, multi-module boundaries)

Verification

All three key commands ran successfully in the cloud environment:

  • ./gradlew build — BUILD SUCCESSFUL (699 tasks, ~5min first run)
  • ./gradlew test — All 24 test suites passed, 0 failures
  • ./gradlew lint — Lint passed on all 7 modules
  • ./gradlew assembleDebug — Produced valid 22MB debug APK (com.bokehforu.openflip.debug v0.6.1-beta-DEBUG)
Open in Web Open in Cursor 

Co-authored-by: DevonStee <DevonStee@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