assistant-sdk-cpp
assistant-sdk-cpp copied to clipboard
stuck on main function
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 ?
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.