在 Amazon Rekognition 开发人员指南中有一个教程“创建 AWS Toolkit for Eclipse Lambda 项目”
它告诉我通过这样做来解决 Eclipse 中的命名空间问题:
The Rekognition namespaces aren't resolved. To correct this:
• Pause your mouse over the underlined portion of the line import
com.amazonaws.services.rekognition.AmazonRekognition;.
• Choose Fix project set up... .
• Choose the latest version of the Amazon Rekognition archive.
• Choose OK to add the archive to the project
但是,我无法选择最新的 Amazon Rekognition 存档。 没有添加存档的选项
是否有另一种方法来加载此存档或强制安装此存档?