Closed noelweichbrodt closed 7 years ago
Which device are you running the app on?
Looking at the main layout it seems like there won't be anything on the screen by default. I don't know if it's really "hanging" because there's nothing to expect when it starts.
@Fleker pi 3, pi touchscreen. I was going by the Readme—the instructions following the installation step say:
Try the assistant demo:
- Press the button: recording starts.
So I was expecting a button on the main layout.
@noelweichbrodt there's no button at main layout, the button is supposed to be plugged in the GPIO. Or you can change the layout and add a button and call the startConversation() from EmbeddedAssistant class when clicked.
Previously we were referring to a GPIO button, from the AIY Voice Kit. An on-screen button will be added to the sample soon.
Ah, ok! makes sense, thanks for explaining @danilobertelli & @Fleker!
App installs fine, but when started it hangs on loading. Only the title bar text is displayed on the top area and a blank rectangle for the main UI area.
$ adb logcat *:E
No stack trace is printed in unfiltered
logcat
output. The problem persists through multiple restarts.