Ошибка значения 'main Proto source', указанного для свойства '$ 1', не может быть преобразована в файл - PullRequest
0 голосов
/ 14 июня 2019

Я импортирую Пример проекта Google Assistant Sdk для Устройства из Android Studio версии 3.4.1.

После syck выдает упомянутую ошибку

Журнал:

FAILURE: Build failed with an exception.

* What went wrong:
Some problems were found with the configuration of task ':grpc:generateDebugProto'.
> Value 'main Proto source' specified for property '$1' cannot be converted to a file.
> Value 'directory '/home/quad17/Documents/Harsh/GoogleAssistantSDKfordevices-Things/grpc/build/extracted-protos/main'' specified for property '$2' cannot be converted to a file.
> Directory '/home/quad17/Documents/Harsh/GoogleAssistantSDKfordevices-Things/grpc/build/extracted-include-protos/main' specified for property '$3' does not exist.
> Value 'debug Proto source' specified for property '$4' cannot be converted to a file.
> Value 'directory '/home/quad17/Documents/Harsh/GoogleAssistantSDKfordevices-Things/grpc/build/extracted-protos/debug'' specified for property '$5' cannot be converted to a file.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 0s
6 actionable tasks: 1 executed, 5 up-to-date
ERROR: Value 'main Proto source' specified for property '$1' cannot be converted to a file.
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...