🚀 Getting Started with Flocon
Flocon consists of two parts: 1. Flocon SDK (~140KB): Integrated into your Android or Kotlin Multiplatform (KMP) app. 2. Flocon Desktop App: The desktop companion used to observe, inspect, and interact with the running app.
1. Add Dependencies
2. Initialize the SDK
Initialize Flocon as early as possible in your application lifecycle:
3. Install the Desktop Companion
Download the latest release for your operating system:
macOS First Launch
On macOS, Gatekeeper might require you to allow the app on first launch. See the macOS Setup Guide for quick instructions or run:
4. Requirements & Prerequisites
- An Android device or emulator with USB Debugging enabled.
- Android SDK Tools with
adb(Android Debug Bridge) installed and accessible in your systemPATH. - Allowed cleartext connection to
localhost/127.0.0.1(see Troubleshooting).
- Kotlin 2.0.0 or newer.
- JVM 17+ for running the desktop application.
- Aligned version between the mobile library and the desktop application.