Android的东西:无法解析PeripheralManagerService

时间:2017-12-07 16:01:44

标签: raspberry-pi3 uart android-things

我正在尝试为 Android Things 提供支持的 Raspberry Pi 3 运行一个简单的程序。该程序将尝试通过串行端口进行读写。当我尝试获取 UART 设备列表时,我得到:

java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/things/pio/PeripheralManagerService

更清楚地说明:

enter image description here

1 个答案:

答案 0 :(得分:1)

使用最新版本的Android Things

'com.google.android.things:androidthings:1.0'

并将PeripheralManagerService对象更改为

PeripheralManager pioManager = PeripheralManager.getInstance()