由于学习过60分的java 所以需要恶补一些知识 首先我们来看一下
AndroidMainfest.xml
是每个Android文件中必须的文件,它位于整个项目的根目录,描述了package中暴露的组件和各自实现的类,各种能被处理的数据和启动位置。除了能声明程序中的Activities, ContentProviders , Services , 和int 和instrumentation (安全控制和测试)
给出一些介绍的链接
http://blog.csdn.net/hustpzb/article/details/8485007
http://www.android100.org/html/201510/09/189061.html
http://www.cnblogs.com/chhom/p/4758103.html
Android APK文件格式分析