I am trying to build my project in the new Android Studio IDE and am unable to. I get this error but I cannot find where this class is being used.
I found this: https://groups.google.com/forum/?fromgroups#!topic/android-platform/abxNKTFkuj8
According to that page it is caused by the IDE trying to build the android.jar library. However I can't find a reference to it n my Project Structure dialog.
Conversion to Dalvik format failed with error 1 in Android 4?
None of my classes start with the java.* prefix.
This is my project lib view:
It seems as though something is different with Android Studio, my project builds fine with both Ant and Eclipse.