1.Android Dependencies,Referenced Libraries,Android Private Libraries

Android Private Libraries- Android libraries allows one to store source code and resources which are used by several other Android projects. The Android Development Tools(ADT) compile the content of library into the Android project by creating a JAR file. Using libraries, help you to structure your application code. Also more and more important Open Source libraries are available for Android. Understanding library projects is therefore important for every Android programmer.

Referenced Libraries- Referenced Libraries include all the necessary external JAR libraries that the project requires to function.

Android Dependencies- Android Dependencies is a virtual folder where Eclipse shows what JAR files the project depends on. It's not a physical folder; you won't find it on your hard disk. Deleting this folder would destroy your project.

http://stackoverflow.com/questions/20995000/what-is-the-purpose-of-the-android-private-libraries-referenced-libraries-and-a

关于这三者的官方文档在哪里?

更多相关文章

  1. Android(安卓)3.0 SDK 最新官方下载
  2. 安卓资源及学习文档
  3. android官方资料
  4. Android(安卓)SDK Android(安卓)Studio Android(安卓)NDK 官方下
  5. Android(安卓)SDK Android(安卓)NDK 官方下载地址
  6. Android(安卓)SDK Android(安卓)NDK 官方下载地址
  7. Android(安卓)SDK/Android(安卓)NDK/Android(安卓)Studio官方下
  8. Android(安卓)SDK/Android(安卓)NDK/Android(安卓)Studio官方下
  9. Android(安卓)SDK Android(安卓)NDK 官方下载地址(zt)

随机推荐

  1. Android用户界面 UI组件--ImageView及其
  2. android实现圆角矩形
  3. android的测试工具CTS
  4. UI布局参数(持续更新)
  5. Android之路之十一(SharedPreferences&SQL
  6. Android作为客户端,PC作为服务端:实现网络
  7. Android应用资源总结二:Android的问号?和@
  8. 记android学习之路----android中对json数
  9. Android常见问题总结(二)
  10. Android(安卓)中的TabHost控件的使用