什么是一个Android APK文件中 [英] What is inside an Android APK file

查看:182
本文介绍了什么是一个Android APK文件中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

即将形式的Web开发的背景,所有的文件上传到单独的服务器,APK文件对我来说非常不同!

Coming form a web development background where all your files are uploaded to a server individually, the APK file is very different to me!

从我收集它有点像类似于您在计算机上安装软件ZIP或EXE文件,例如Eclipse的..自身。然后,设备上安装时的文件和文件夹被提取回类似文件/文件夹结构,我在Eclipse的东西。而在这种情况下,我还是那句话有机会以某种方式说/ RES和/资产的文件夹,一旦APK安装???

From what I gather it’s kind of like a zip or exe file similar to software you install on a computer, e.g.. Eclipse its self. Then when installed on a device the files and folders are extracted back into something similar to the file/folder structure I was working on in eclipse. And in which case I then again have access somehow to say the /res and /assets folders once the APK is installed???

我在正确的轨道???

Am I on the right track???

干杯,

麦克。

推荐答案

Android应用程序包文件。每一个Android应用程序被编译并打包在包含所有应用程序的code的(.dex文件)单个文件,资源,资产和清单文件。该应用程序包文件可以使用任何名称,但必须使用.apk文件扩展名。例如:myExampleAppname.apk。为方便起见,应用程序包的文件通常被称为的apk

Android application package file. Each Android application is compiled and packaged in a single file that includes all of the application's code (.dex files), resources, assets, and manifest file. The application package file can have any name but must use the .apk extension. For example: myExampleAppname.apk. For convenience, an application package file is often referred to as an ".apk".

这篇关于什么是一个Android APK文件中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆