You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
The app is getting chrashed when i use PeripheralManager.getInstance();
below is error given.
Caused by: java.lang.RuntimeException: Stub!
at com.google.android.things.pio.PeripheralManager.getInstance(PeripheralManager.java:21)
at com.asiczen.usb1.UartActivity.onCreate(UartActivity.java:43)
at android.app.Activity.performCreate(Activity.java:6858)
The text was updated successfully, but these errors were encountered:
You should make sure that <uses-library android:name="com.google.android.things"/> is in your project manifest and that your device is infact running Android Things.
Hi ,
The app is getting chrashed when i use
PeripheralManager.getInstance();
below is error given.
The text was updated successfully, but these errors were encountered: