eclipse 安装过程中遇到的问题
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改成最新的即可。
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。