为了使用AWS Amplify CLI构建Android应用程序,我遵循以下步骤:
https://aws-amplify.github.io/docs/android/start?ref=amplify-android-btn
不过,我一定是错过了什么。
Generated GraphQL operations successfully and saved at app\src\main\graphql\com\amazonaws\amplify\generated\graphql â All resources are updated in the cloud
在以下步骤5:集成到你的应用程序中之后,我得到:
cannot resolve symbol CreateTodoInput
找不到这些类中的任何一个:CreateTodoinput、CreateTodomation。请帮忙。
刷新等级并将版本从9更新到10似乎可以做到这一点:
implementation 'com.amazonaws:aws-android-sdk-core:2.10.0'