AndroidManifest.xml: An XML file describing the application being

built and which components—activities, services, and so on—are

being supplied by that application.

 

bulid.xml: An Ant script for compiling the application and installing it

on the device.

 

 

 

defalt.properties and local.properties: Property files used by the

Ant build script.

 

asset: A folder that holds other static files you wish packaged with

the application for deployment onto the device.

 

bin: A folder that holds the application once it is compiled.

 

gen: Where Android’s build tools will place source code that they

generate.

 

libs: A folder that holds any third-party JARs your application

requires.

 

src: A folder that holds the Java source code for the application.

 

res: A folder that holds resources—such as icons, graphic user

interface (GUI) layouts, and the like—that are packaged with the

compiled Java in the application.

 

tests: A folder that holds an entirely separate Android project used

for testing the one you created.

 

res/drawable: For images (PNG, JPEG, etc.).

res/layout: For XML-based UI layout specifications.

res/menu: For XML-based menu specifications.

res/raw: For general-purpose files (e.g., a CSV file of account

information).

res/value: For strings, dimensions, and the like.

res/xml: For other general-purpose XML files you wish to ship.

 

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android 动画
  2. 发现 developer.android.com 官网的一个
  3. 'xlargeScreens' in package 'android'
  4. Android核心分析(21)----Android应用框架之
  5. Android(安卓)版本兼容 — Android(安卓)
  6. Android(安卓)Studio(一):介绍、安装、配
  7. 2010.12.10(2)——— android 使用地图
  8. JS与Android(安卓)WebView的简单交互 + W
  9. Linux系统查看磁盘可用空间的5个命令
  10. localStorage改变背景颜色和字体大小