我一直在这里遵循这些说明:
https://developers.google.com/eclipse/docs/endpoints-addentities
但我无法解决这些进口问题:
import com.testproject.deviceinfoendpoint.Deviceinfoendpoint;
import com.testproject.deviceinfoendpoint.Deviceinfoendpoint.Builder;
import com.testproject.deviceinfoendpoint.model.DeviceInfo;
那些在Eclipse中出错。他们在哪?为什么他们不出现在我的项目中?当我按照我链接的网站上的设置说明时,它们是否应该生成?
“testproject”是这种情况下我项目的名称。
如果有人可以请你告诉我这里发生了什么,我将非常感激。我一直试图解决这个问题几天,这让我疯狂。
谢谢, Jarom
答案 0 :(得分:1)
通过右键单击App Engine项目并选择Google>为App Engine项目生成Cloud Endpoint客户端库。生成Cloud Endpoint Client ...然后它可以正常工作
每次添加新端点或修改现有端点的字段或方法时,都必须重复此操作。