每天进步一点点点

导航

[安卓]我的安卓开发FAQ

1、什么是ADT:

android官方解释是:ADT (Android Developer Tools) is a plugin for Eclipse that provides a suite of tools that are integrated with the Eclipse IDE. It offers you access to many features that help you develop Android applications. ADT provides GUI access to many of the command line SDK tools as well as a UI design tool for rapid prototyping, designing, and building of your application's user interface.

2、在eclipse中开发android项目为什么有时会出现appcompat_v7:

做Android开发的朋友最近会发现,更新ADT至22.6.0版本之后,创建新的安装项目,会出现appcompat_v7的内容。并且是创建一个新的内容就会出现。这到底是怎么回事呢?原来appcompat_v7是Google自己 的一个兼容包,就是一个支持库,能让2.1以上全使用上4.0版本的界面。

如果我们不想出现这个兼容项目,那么我们就放弃对andriod sdk2.1-4.0的支持,选择SDK最低版本从4.0开始,那么这个项目就不会出现了。

 

posted on 2015-03-30 11:15  每天进步一点点点  阅读(162)  评论(0编辑  收藏  举报