【发布时间】:2017-06-14 07:53:40
【问题描述】:
我不清楚 Google Endpoint API 中如何包含类。 我在ofy中正确注册了类,像这样
ObjectifyService.register(Thing.class);
ObjectifyService.register(AnotherThing.class);
在使用 api explorer 时,这一切似乎都有效。
但是当谈到在客户端上使用这些类时,一些类没有导入到我的 api-v1-java.zip 中。如何添加它们?
【问题讨论】:
标签: java android android-studio google-app-engine google-cloud-endpoints