1 在androidThings 的 androidthings:0.1-devpreview'版本,是有PeripheralManagerService ,但是 到1.0 版本之后,变成了
PeripheralManager 这个类,
2 在导入 'com.google.android.things:androidthings:1.0' 这个包的时候 要用 provided 'com.google.android.things:androidthings:1.0'
尽量不要用 compileOnly 修饰。
3 新的gradle dependency 抛弃了compile