Android SDK Installation
AI-Powered Install
MCP Install
Follow the MCP Getting Started guide to quickly set up the DevCycle MCP server and connect your AI tool.
- Run this prompt:
"Install DevCycle into this app"
📦 Install in Cursor
📦 Install in VS Code
claude mcp add --transport http devcycle https://mcp.devcycle.com/mcp
AI PromptCopy Prompt
Requirements
This version of the DevCycle Android Client SDK supports a minimum Android API Version 23.
info
Proguard/R8: If minifying your project, DevCycle requires Android Gradle Plugin 7.1.x or higher
Installation
The SDK can be installed into your Android project by adding the following to build.gradle:
implementation("com.devcycle:android-client-sdk:+")
info
Refer to the latest version of the SDK on maven central if you would not prefer gradle to pull the latest version automatically by using +