无法在eclipse中为google places api项目导入库

时间:2012-04-20 06:34:56

标签: java android google-places-api

我正在开发一个应用程序,我需要使用google places api找到最近的加油站。但问题是我无法导入库。这是我遇到错误的行。

import com.google.api.client.googleapis.GoogleHeaders;
import com.google.api.client.http.GenericUrl;
import com.google.api.client.http.HttpRequest;
import com.google.api.client.http.HttpRequestFactory;
import com.google.api.client.http.HttpRequestInitializer;
import com.google.api.client.http.HttpResponseException;
import com.google.api.client.http.HttpTransport;
import com.google.api.client.http.apache.ApacheHttpTransport;
import com.google.api.client.http.json.JsonHttpParser;
import com.google.api.client.json.jackson.JacksonFactory;

2 个答案:

答案 0 :(得分:2)

下载Google APIs Client Library for Java 通过添加Jar 或添加外部广告将其添加到Android应用的构建路径

Android Application -> Properties -> Java Build Path -> Libraries -> Add jars.. or Add External Jars..

答案 1 :(得分:1)

试试这个......

Android Application -> Properties -> Android ->select Google APIS(2.2 or any)-> Apply-> ok.
Then Right Click on your project -> Refresh.

我不确定,但我认为它应该有用。