# 安卓SDK **Repository Path**: mohan-slack/android-sdk ## Basic Information - **Project Name**: 安卓SDK - **Description**: 玉成安卓SDK - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2025-07-22 - **Last Updated**: 2025-07-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android SDK ## Introduction This SDK provides Bluetooth communication and interaction capabilities for supported devices. ### Development Environment - **Android Studio Version:** Android Studio Iguana | 2023.2.1 Patch 1 --- ## Contents ### 1. Documentation - Includes **Chinese and English API documentation**. - Provides **API usage guides** and **example calls** for quick integration. ### 2. SDK Package - Contains all required libraries: - **`.aar` files** (Android Archive) - **`.so` files** (native libraries) - **Main package:** `ycbtsdk-release.aar` ### 3. SDK Demo - Includes a **complete demo application**: - Showcases **all available device interaction features**. - Located in the `demo` directory. --- ## Folder Structure | Folder | Description | |--------|-------------| | `.idea` | Android Studio project configuration files. | | `demo/YCBleSdkDemo` | Sample demo app demonstrating SDK usage. | | `plugins / libs` | Library files required by the SDK (`.aar` / `.so`). | | `docs` | Chinese & English API documentation and guides. | | `LICENSE` | Open-source license information. | | `README.md` | This documentation file. | --- ## License This project is licensed under the terms described in the [LICENSE](./LICENSE) file. ---