瀏覽代碼

Update documentation

master
陈福行 5 年之前
父節點
當前提交
bb1a94d0b4
共有 2 個檔案被更改,包括 4 行新增24 行删除
  1. 2
    14
      README.md
  2. 2
    10
      README_CN.md

+ 2
- 14
README.md 查看文件

[TOC]
# AILink SDK Instructions-Android # AILink SDK Instructions-Android


[aar package download address](https://github.com/elinkthings/AILinkSdkDemoAndroid/releases) [aar package download address](https://github.com/elinkthings/AILinkSdkDemoAndroid/releases)


[key registered address](http://sdk.aicare.net.cn) [key registered address](http://sdk.aicare.net.cn)


[中文文档](README_CN.md)


## Contents
- Conditions of use:
- Import SDK
- Permission settings
- Start integration
- More commonly used interface introduction
- Matters needing attention
- AILinkBleParsingAndroid library overview
- Version History
- FQA
- Contact Us




## Conditions of use: ## Conditions of use:
2. Add dependencies 2. Add dependencies
dependencies { dependencies {
... ...
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.3.0'//Bluetooth library
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.3.1'//Bluetooth library
implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.2.9'//Parsing library implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.2.9'//Parsing library
} }



+ 2
- 10
README_CN.md 查看文件

[TOC]
# AILink SDK使用说明 - Android # AILink SDK使用说明 - Android


[aar包下载地址](https://github.com/elinkthings/AILinkSdkDemoAndroid/releases) [aar包下载地址](https://github.com/elinkthings/AILinkSdkDemoAndroid/releases)


[English documentation](README.md) [English documentation](README.md)


## 目录
- 使用条件
- 导入SDK
- 权限设置
- 开始集成
- 版本历史
- FQA
- 联系我们




## 使用条件 ## 使用条件


2.添加依赖项 2.添加依赖项
dependencies { dependencies {
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.3.0'//蓝牙库
implementation 'com.github.elinkthings:AILinkSDKRepositoryAndroid:1.3.1'//蓝牙库
implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.2.9'//解析库 implementation 'com.github.elinkthings:AILinkSDKParsingLibraryAndroid:1.2.9'//解析库
} }



Loading…
取消
儲存