Fixing dependency for Google API task-android-sample
问题 I'm trying to compile and run the task-android-sample code from Google's API website. I couldn't get it to work with Maven so I ended up downloading all the jar files. Below are the steps I did: 1) Import the downloaded task-android-sample project into Eclipse 2) Add google-api-java-client-1.4.1-beta.zip jar files to my project (Build path, add external jars) 3) Download Task API jar file and import to my project: http://code.google.com/p/google-api-java-client/wiki/APIs#Tasks_API 4) Check