按照app ui业务包 文档集成流程 已实现家庭管理界面。窃喜大道已成。
但是,高兴早了 :按照文档继续小程序面板 mini sdk 。按照例程com.thingclips.smart.bizbundle.miniapp.demo .mini实现小程序运行环境。
:service not implementcom.gzl.smart.gzlminiapp.smart_api
AbsBizBundleFamilyService 时需要自己实现 AbsMiniAppConfigInjectService.injectAdapterConfig,还是有遗忘的步骤 迷茫不知所措。求指点!
版本信息:开发版本
implementation 'com.thingclips.smart:thingsmart:5.14.0'
implementation 'com.thingclips.smart:thingsmart-BizBundlesBom:5.14.6'
implementation 'com.thingclips.smart:thingsmart-bizbundle-panel'
//基础扩展能力-必选
implementation "com.thingclips.smart:thingsmart-bizbundle-basekit"
//业务扩展能力-必选
implementation "com.thingclips.smart:thingsmart-bizbundle-bizkit"
//设备控制相关能力-必选
implementation "com.thingclips.smart:thingsmart-bizbundle-devicekit"
implementation "com.thingclips.smart:thingsmart-commonbiz-relation-api:4.5.0-rc.1"
implementation "com.thingclips.smart:thingsmart-bizbundle-family"
// MiniApp SDK 业务包-必选
implementation "com.thingclips.smart:thingsmart-bizbundle-miniapp"