私はこのリンクをたどっています
http://ddewaele.blogspot.in/2011/05/introducing-google-places-api.html
そして、Google Place APIのサンプルコードをダウンロードしました
https://github.com/tuthan/Google-Place-Api-Demo
プロジェクトを実行してボタンをクリックすると、強制的に閉じられ、logcat でエラーが発生します
com.google.api.client.http.apache.ApacheHttpTransport'、メソッド hang.vo.PlaceRequest から参照。
Could not find class 'hung.vo.PlaceRequest$1', referenced from method hung.vo.PlaceRequest.createRequestFactory Could not find class 'com.google.api.client.http.GenericUrl', referenced from method hung.vo.PlaceRequest.performSearch Caused by: java.lang.VerifyError: hung.vo.PlaceRequest hung.vo.hung.vo.GooglePlaceActivity$SearchSrv.doInBackground(GooglePlaceActivity.java:36)
そしてGooglePlaceActivityの36行目は
pl = 新しい PlaceRequest().performSearch();