eclipse任何版本导入ADT时都会遇到这个警告:
Warning: You are installing software that contains unsigned content.The authenticity or validity of this software cannot be established.
对安装没有任何影响。
导入SDK时找不到adb.exe:
ADT版本过低导致的,使用v23以上版本解决。
Android环境搭建完成后新建工程出现以下问题:
D:\workspace\appcompat_v7\res\values-v21\styles_base.xml:45: error: Error retrieving parent for item: No resource found that matches the given name ‘android:TextAppearance.Material.Widget.ActionBar.Menu‘.
出现appcompat_v7工程红叉,新建工程红色叹号:
新建时使用4.0以上版本就不会出现appcompat_v7且新建工程正常,但是不兼容过低安卓版本;
更新SDK后,选择选择appcompat_v7右键Properties->Android,将Target改成最新的即可。
原文:http://www.cnblogs.com/charliechoplin/p/4390440.html