Conversion to Dalvik format failed error for Android Grid View

Posted by Bub on Stack Overflow See other posts from Stack Overflow or by Bub
Published on 2010-04-22T19:18:15Z Indexed on 2010/04/22 20:53 UTC
Read the original article Hit count: 419

Hey Everyone,

I'm on the android bandwagon and started going through google's "view" tutorials. Here is what I'm using: Eclipse Galileo Android SDK 2.1 Java SDK 6.Something I think.

Everything was hunky-dory until I hit the grid view tutorial. I got errors all over the place when I started editing the "HelloGridview.java" File. I thought I'd fix it by following through with the next part of the tutorial, creating the ImageAdapter class, but it created more. I realized alot of my issues could be resolved by importing widgets which were not mentioned in the tutorial (i.e. android.widget.GridView, .ImageView, .BaseAdapter etc.) However, after all the reconciliation suggested by eclipse the files were finally showing no errors. I go to run it as an android app and bam, "Your project contains error(s)." window comes up. There are no errors showing on the files I've created. I cleared the error log and shut down eclipse and started again the error log now reads: Conversion to Dalvik format failed with error 1. I'm a little lost at this point. I think I've included the required information. If you need to know more let me know.

Any help is appreciated.

© Stack Overflow or respective owner

Related posts about android

Related posts about java