android - 使用适用于 Android 和 ADT 的 Google Cloud Endpoints

标签 android adt google-cloud-endpoints

我正在使用 ADT (Eclipse) 编写我的 Android 应用程序。我已经对我的 Google Cloud Endpoints API 进行了编码和测试。现在我需要让我的 Android 应用程序连接到我的端点 API。

我已经创建了我的客户端库和发现文档。

但我找不到任何关于导入什么、如何实际调用 API 以及如何处理 Discovery 文档(除了生成它)的信息。 Google 提供的有关 Android 消费端点的所有信息均特定于 Android Studio:

https://developers.google.com/appengine/docs/python/endpoints/consume_android

这是否意味着 ADT 无法连接到端点?

如果您能为我指出有关调用端点的 ADT Android 项目的说明,那就太好了。谢谢。

最佳答案

网上有这方面的教程。一组教程,从将端点写入客户端(Android + Web)并保护它们开始,涵盖在此处:http://rominirani.com/2014/01/10/google-cloud-endpoints-tutorial-part-1/

关于android - 使用适用于 Android 和 ADT 的 Google Cloud Endpoints,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24590977/

相关文章:

android - 如何在android 模拟器中运行.swf 文件?

具有项目依赖项的 Eclipse/ADT 下的 Android Activity (解析 XY 失败)

android - 如何在android中具有一对一或一对多关系的对象化实体中插入记录

java - Eclipse 不识别字符串和类

android - 如何解决 "Duplicate zip entry"错误?

android - 将 blobstore 与谷歌云端点和安卓一起使用

python - 通过 Google Cloud Endpoints 将 UIImage 上传到 AWS S3

java - 如何获取InputStream的副本?

android - Xamarin android Sqlite.net C# 如何将同步查询转换为异步任务

android - 什么会导致 Android 应用程序在没有堆栈跟踪的情况下死机?