I know this is a well known issue of "Conversion to Dalvik format failed with error 1".
I goggled for it also but it is not able to solve my problem.
My Goal is to integrate Amazon s3 to upload image from my Android application.
I just download aws-android-sdk-1.4.4 from here and following reference links like,
Mobile Photo Uploads to Amazon S3
I started with Creating New Android Project ver 4.1.2 and copied all jar files
available with aws-android-sdk-1.4.4 to libs
folder of my application.
Problem Start here only,
I am trying to run my application and it is throwing this error "Conversion to Dalvik format failed with error 1".
Note : I have just copied jar files
to libs
folder only and not imported
yet into application.
I have two questions regarding this.
How to solve this "Conversion to Dalvik format failed with error 1" error?
My only need is to upload image to Amazon S3 server, Is all jar files are required to add?
EDIT :
Following are the jar files I got with aws-android-sdk-1.4.4.
- aws-android-sdk-1.4.4.jar
- aws-android-sdk-1.4.4-autoscaling.jar
- aws-android-sdk-1.4.4-cloudwatch.jar
- aws-android-sdk-1.4.4-core.jar
- aws-android-sdk-1.4.4-ddb.jar
- aws-android-sdk-1.4.4-ddb-mapper.jar
- aws-android-sdk-1.4.4-ddb-mapper-debug.jar
- aws-android-sdk-1.4.4-debug.jar
- aws-android-sdk-1.4.4-ec2.jar
- aws-android-sdk-1.4.4-elb.jar
- aws-android-sdk-1.4.4-s3.jar
- aws-android-sdk-1.4.4-sdb.jar
- aws-android-sdk-1.4.4-ses.jar
- aws-android-sdk-1.4.4-sns.jar
- aws-android-sdk-1.4.4-sqs.jar
- aws-android-sdk-1.4.4-sts.jar
Any help is Appreciated.
Thanks.