在Android Studio中使用哪个Google Cloud Endpoints(Python)客户端库Jar?

时间:2014-07-23 05:23:05

标签: android google-cloud-endpoints

我想在Android Studio中使用Google Cloud Endpoints API。我创建了客户端库,这是一个zip文件。

我在本文件的第4步: https://developers.google.com/appengine/docs/java/endpoints/getstarted/clients/android/setup

他们使用Maven,并指的是此路径中的JAR文件:

<your-path>/appengine-endpoints-helloendpoints-android/target/endpoints-client-libs/helloworld/target/helloworld-v1-1.17.0-rc-SNAPSHOT.jar

Make a note of this location so you know where to get the JAR file later when you configure your Android project.

但是,我的Python API需要使用endpointscfg.py。 zip文件具有不同的结构。

以下文件夹中有Jar文件:

<base path>/ - one JAR file
<base path>/libs/ - 28 JAR files
<base path>/libs-sources/ - 27 JAR files

没有“目标”文件夹,也没有以“-SNAPSHOT.jar”结尾的文件

我将哪个“添加为库”添加到我的Android Studio项目中,以便我可以从Android调用我的Google Cloud Endpoints(Python)API?

1 个答案:

答案 0 :(得分:1)

你需要一个包含生成的代码的代码,以及依赖项(在libs中,你们在android项目中已经没有)。