Android新建工程遇到问题汇总以及解决方法

1、error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
解决办法:导入android-support-v7-appcompat 
2、导入
android-support-v7-appcompat会意外识别成JAVA程序
不要把复制到工程目录下即可
3、 Conversion to Dalvik format failed with error 1
4、[2016-12-07 09:21:27 - Dex Loader] Unable to execute dex: Multiple dex files define Landroid/support/v7/appcompat/R$anim;
[2016-12-07 09:21:27 - MideaFaceRecorderForWorkAttedance07-03] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Landroid/support/v7/appcompat/R$anim;
项目文件了重复包含了文件
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章