Complete documentation for the GPUFabric Android SDK project.
- Quick Start Guide - Setup and build in 5 minutes
- Android Development Guide - Android-specific notes and development checklist
- Android x86_64 Deployment Guide - Multi-platform deployment
- Build Guide - Complete build system documentation
- Initialization Guide - System initialization procedures
- Inference Service Architecture - Service design and patterns
- Model Management Guide - Model loading and management
- Model Status Examples - Practical model usage examples
- API Documentation - Low-level API reference
- Mobile Integration - Mobile-specific APIs
- Platform Guides - Cross-platform compatibility
- Platform Documentation - Platform-specific details
- Compute Sharing Diagrams - Resource sharing architecture
- Offline Mode Guide - Offline inference capabilities
- Streaming API Guide - Token callback streaming APIs and examples
- Example client:
../examples/p2p_sdk_client.rs
- SDK Compute Sharing Flow - Resource flow visualization
- SDK Compute Sharing Sequence - Sequence diagrams
- ✅ ARM64: Full functionality with real llama.cpp API
⚠️ x86_64: Compatibility layer API for development and testing
| Document | Description | Use Case |
|---|---|---|
ANDROID_X86_64_DEPLOYMENT_GUIDE.md |
x86_64 deployment guide | Emulator development and testing |
Build scripts are located in the project root and scripts/:
../generate_sdk.sh- Main SDK generation script../compile_android.sh- Android build helper../scripts/test_android_inference.sh- Android on-device inference test
- Production Deployment: Refer to
ANDROID_X86_64_DEPLOYMENT_GUIDE.md - Development Checklist: Refer to
mobile/ANDROID_DEVELOPMENT_GUIDE.md
- Start with Quick Start Guide
- Read Android Development Guide
- Follow Streaming API Guide
- Study Inference Service Architecture
- Explore Compute Sharing Diagrams
- Review Initialization Guide
- Read Model Management Guide
- Check Model Status Examples
- Review Offline Mode Guide
💡 Tip: Most guides include practical examples and code snippets. Start with the Quick Start Guide for hands-on experience.