charliechoplin

eclipse 安装过程中遇到的问题

2015-04-03 16:35  CharlieChoplin  阅读(1146)  评论(0编辑  收藏  举报

     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改成最新的即可。

     

分类:

技术点:

相关文章:

  • 2021-11-16
  • 2021-05-17
  • 2021-10-14
  • 2021-11-07
  • 2021-04-08
  • 2021-06-23
  • 2021-10-19
  • 2021-08-18
猜你喜欢
  • 2021-10-19
  • 2021-08-17
  • 2021-07-22
  • 2021-10-03
  • 2021-07-11
  • 2021-07-18
  • 2021-12-30
相关资源
相似解决方案