我正在尝试follow the instructions here从AGDK(Android游戏开发工具包)集成GameTextInput,但在CMakeLists部分遇到了麻烦。
按照指示添加此行:
find_package(game-text-input REQUIRED CONFIG)
项目同步时会导致此错误。
CMake Error at CMakeLists.txt:14 (find_package):
Could not find a package configuration file provided by "game-text-input"
with any of the following names:
没有打印姓名。以上是唯一的输出。
我不知道它在找什么文件名,也不知道它在找什么。我需要手动安装还是它应该自动工作?
1条答案
按热度按时间vdzxcuhz1#
可能遗漏了某些内容。请尝试使用说明中的步骤:
在构建中启用预制件
),gradle.properties请确保包含以下内容:
*)在您的模块gradle文件(app/build.gradle)中启用预置