预期结果
模型的 Java 类schema.graphql
已创建。
实际结果 我收到此消息:
错误:未配置 AppSync API。请添加 API
我试过的
正如Amplify API 文档中所建议的那样,已尝试amplify codegen models
从项目目录执行。
正如Amplify Getting Started guide 中所建议的,我尝试modelgen
从 Android Studio 执行 Gradle 任务。
项目信息
执行amplify status
显示为项目配置了 AppSync API:
Current Environment: dev
| Category | Resource name | Operation | Provider plugin |
| -------- | ----------------------- | --------- | --------------- |
| Api | THIS_IS_MY_RESOURCE NAME| Create | |
GraphQL endpoint: MY_GRAPHQL_ENDPOINT
amplifyconfiguration.json
并且awsconfiguration.json
在app/src/main/res/raw
.
我从 AWS 控制台创建了 AppSync API,并使用以下命令将其添加到项目中:
amplify init
amplify add codegen --apiId xxxxxxxxxxx