assistant-sdk-cpp icon indicating copy to clipboard operation
assistant-sdk-cpp copied to clipboard

stuck on main function

Open boyiliao9102 opened this issue 8 years ago • 1 comments

I port this sdk on Android arm platform, but when I try to run run_assistant but it stop at This function std::shared_ptr<ClientReaderWriter<ConverseRequest, ConverseResponse>> stream(std::move(assistant->Converse(&context)));

Is there any direction for me to debug ?

boyiliao9102 avatar Sep 19 '17 13:09 boyiliao9102

I don't know that this sample will work on Android ARM. It has been tested on Ubuntu 14.04, x86-64 with the ALSA sound library. It may be better to take a look at the Android Things Assistant project.

Fleker avatar Sep 19 '17 18:09 Fleker