Skip to content

docs: add AGENTS.md with Cursor Cloud dev environment notes#4

Draft
LTechnologies0 wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-663d
Draft

docs: add AGENTS.md with Cursor Cloud dev environment notes#4
LTechnologies0 wants to merge 1 commit into
mainfrom
cursor/setup-dev-environment-663d

Conversation

@LTechnologies0

Copy link
Copy Markdown
Owner

Adds AGENTS.md documenting how to build, test, lint, and run Secure File Manager in the Cursor Cloud environment.

What was set up

  • OpenJDK 17 (used by this app) and 21 installed; Android SDK at $HOME/android-sdk.
  • local.properties (gitignored) generated with sdk.dir.

Verified in this environment

  • ./gradlew :app:assembleDebug -Psecurefilemanager.devAbi=arm64-v8a --no-daemonapp/build/outputs/apk/debug/secure-file-manager-debug.apk (valid launchable app ltechnologies.onionphone.securefilemanager.debug/.activities.MainActivity).
  • ./gradlew test --no-daemon
  • ./gradlew :app:lintDebug --no-daemon runs and generates reports (aborts on pre-existing findings by design).

Notes

  • Uses JDK 17 (JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64).
  • Headless VM has no /dev/kvm, so a GUI emulator cannot run.

Only AGENTS.md is added; no source changes.

Open in Web Open in Cursor 

Co-authored-by: LTechnologies0 <LTechnologies0@users.noreply.github.com>
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Jul 9, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your pull request! CI runs tests, debug APK build, and CodeQL.
Please add KDoc for new public APIs and ensure no secrets are committed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants