且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

java.lang.ClassNotFoundException:找不到类"com.google.android.things.pio.PeripheralManagerService"

更新时间:2022-03-18 05:32:43

我遇到了类似的问题,事实证明,我没有< uses-library android:name ="com.google.android.things"/> .我会尝试删除 android:required ="false" ,因为您的应用程序显然需要这样做.

I had a similar issue, and it turns out in my manifest, I did not have <uses-library android:name="com.google.android.things"/>. I would try removing android:required="false", as it is clearly required by your application.