接入指南
Android SDK接入指南
1.开发环境
2.对接Demo下载
3.智能主机如何导入设备



4.获取智能家居开发包
5.项目配置
最后更新于
Android SDK接入指南



最后更新于
repositories {
flatDir {
dirs 'libs'
}
}
dependencies {
implementation name: 'yz_iot_v0.1',ext:"aar"
implementation 'com.github.zhaokaiqiang.klog:library:1.6.0'
implementation 'com.alibaba:fastjson:1.1.71.android'
}public class CustomService extends YzIotService {
..........
}<service android:name=".CustomService">
<intent-filter>
<action android:name="com.youzhuan.iotserver"/>
</intent-filter>
</service>