Ok, problem found. Apparently, I overlooked the fact that the Toodledo rest implementation was built against JDK1.7, while the Android project itself was on 1.5. This showed up in the Console as "Dx bad class file magic (cafebabe) or version (0033.0000)". Googling around on this led to:
http://stackoverflow.com/questions/847652/bad-version-in-class-file So issue closed as far as I'm concerned! -- You received this message because you are subscribed to the Google Groups "Android Developers" 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/android-developers?hl=en

