Integrate Luciq on Android
This page covers how to install the Luciq SDK in your Android application.
Get started in seconds
Option 1 — Set up with an AI coding agent (recommended)
Set up Luciq SDK in this project in one shot!
1. Install the Luciq agent skills: `npx luciq-skills install`
2. Setup and authenticate Luciq MCP server to this project
3. Add the Luciq SDK to this projectOption 2 — Install manually
Gradle
implementation 'ai.luciq.library:luciq:19.6.0' Maven
Using Luciq

Permissions
Last updated