Skip to main content

Android SDK Installation

Maven GitHub

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 Prompt

Requirements

This version of the DevCycle Android Client SDK supports a minimum Android API Version 26 (Android 8.0).

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:2.9.0")
info

Refer to Maven Central for the latest release. Pin the version in your build so upgrades are deliberate.