[android-developers] After adding JAR file , getting error Conversion to Dalvik format failed with error 1

2011-11-16 Thread Ashish Tiwari
When I'm adding JAR( include 3 java files ) into my project it throws following error . *[2011-11-16 08:51:42 - crumbin-app-prototype] Conversion to Dalvik format failed with error 1* How can i fix this problem ? [2011-11-16 06:34:18 - JSONtest] Unable to resolve target 'Google Inc.:Google

Re: [android-developers] After adding JAR file , getting error Conversion to Dalvik format failed with error 1

2011-11-16 Thread Kristopher Micinski
Try rebuilding your project, do a clean in eclipse or ant clean at the terminal. This usually fixes it. kris On Wed, Nov 16, 2011 at 9:06 AM, Ashish Tiwari ashish...@gmail.com wrote: When I'm adding JAR( include 3 java files ) into my project it throws following error . [2011-11-16 08:51:42

Re: [android-developers] After adding JAR file , getting error Conversion to Dalvik format failed with error 1

2011-11-16 Thread Kristopher Micinski
(Or at least gives you a breaking build saying you've defined a class twice, which you then have to go and fix, but have a more informative error to work off of :-) kris On Wed, Nov 16, 2011 at 9:13 AM, Kristopher Micinski krismicin...@gmail.com wrote: Try rebuilding your project, do a clean in