Try the sample app first
See GenieX running on Android before you write any code. The reference chat app — with model picker, resumable downloads, and VLM support — lives inqualcomm/ai-hub-apps. Clone it, open it in Android Studio, and hit Run ▶.
Get the GenieX Chat sample app
Build the reference chat app from source — follow the README to clone, build, and run it.
Prerequisites
- Android Studio Hedgehog (2023.1.1) or newer.
minSdk = 27(Android 8.1) in your app module.- A phone running Snapdragon 8 Elite (
SM8750) or Snapdragon 8 Elite Gen 5 (SM8850) — see Supported platforms.
Add the SDK to your app
Enable Maven Central
In
settings.gradle.kts (or your top-level build.gradle.kts for older projects):Add the dependency
In your app module’s The artifact ships native
build.gradle.kts:arm64-v8a libraries — no NDK or CMake on your side.Declare permissions
The SDK pulls weights at runtime. In For VLMs that load images from the gallery, also declare
AndroidManifest.xml:READ_EXTERNAL_STORAGE (or scoped media permissions on Android 13+).Was this page helpful?