LogCat
Dex Loader] Unable to execute dex: Multiple dex files define Landroid/annotation/SuppressLint; CustomViewTest] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Landroid/annotation/SuppressLint;
android.annotation.SuppressLint类被多次定义了,也就是说jar包内的某些类冲突了,删除冲突的jar包 annotation.jar即可
原文:http://my.oschina.net/ososchina/blog/344727