aldebaran / qisdk-tutorials

QiSDK sample, contains the tutorials for the QiSDK.
Other
60 stars 44 forks source link

cannot find symbol variable raw #5

Closed rintran720 closed 4 years ago

rintran720 commented 5 years ago

I have res/raw folder but still error

nelsonogueh commented 5 years ago

I am experiencing the same error too. Please help.

tcruzcast commented 5 years ago

Hello @rintran720 @ovovwe

This issue happens since you're using Gradle build tools 3.2.0 or higher and one of your topics is not declared for the "default language". To fix this be sure that all of your topics are declared under the /res/raw folder. For more information see: https://qisdk.softbankrobotics.com/sdk/doc/pepper-sdk/ch3_tools/dialog_editor.html#managing-default-and-multi-languages

Cheers!