I followed these instructions to run a picasa uploader activity for android (http://samples.google-api-java-client.googlecode.com/hg/ picasa-atom-android-sample/instructions.html). But I still get these errors, even though the classes are in the Maven Dependencies library. What am I doing wrong? Do I need to reference the libraries in the Android Manifest?
--------LogCat-------- 03-08 15:39:19.847: ERROR/dalvikvm(316): Could not find class 'com.google.api.client.http.HttpResponseException', referenced from method com.google.api.client.sample.picasa.model.PicasaAndroidSample.handleException 03-08 15:39:19.867: ERROR/dalvikvm(316): Could not find class 'com.google.api.client.util.DateTime', referenced from method com.google.api.client.sample.picasa.model.PicasaAndroidSample.onContextItemSelected 03-08 15:39:19.886: ERROR/dalvikvm(316): Could not find class 'com.google.api.client.util.DateTime', referenced from method com.google.api.client.sample.picasa.model.PicasaAndroidSample.onOptionsItemSelected 03-08 15:39:19.927: ERROR/AndroidRuntime(316): FATAL EXCEPTION: main 03-08 15:39:19.927: ERROR/AndroidRuntime(316): java.lang.NoClassDefFoundError: com.google.api.client.googleapis.GoogleTransport 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at com.google.api.client.sample.picasa.model.PicasaAndroidSample.<init>(PicasaAndroidSample.java: 105) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at java.lang.Class.newInstanceImpl(Native Method) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at java.lang.Class.newInstance(Class.java:1429) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at android.app.Instrumentation.newActivity(Instrumentation.java:1021) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java: 2577) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java: 2679) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at android.app.ActivityThread.access$2300(ActivityThread.java:125) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at android.os.Handler.dispatchMessage(Handler.java:99) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at android.os.Looper.loop(Looper.java:123) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at android.app.ActivityThread.main(ActivityThread.java:4627) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at java.lang.reflect.Method.invokeNative(Native Method) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at java.lang.reflect.Method.invoke(Method.java:521) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at com.android.internal.os.ZygoteInit $MethodAndArgsCaller.run(ZygoteInit.java:868) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) 03-08 15:39:19.927: ERROR/AndroidRuntime(316): at dalvik.system.NativeStart.main(Native Method) -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.
