6

预期结果 模型的 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.jsonapp/src/main/res/raw.

我从 AWS 控制台创建了 AppSync API,并使用以下命令将其添加到项目中:

amplify init

amplify add codegen --apiId xxxxxxxxxxx
4

0 回答 0