在Android的.dex文件文件、Android、dex

由网友(再见亦是泪。)分享简介:我有一些疑问的 DEX文件 什么是 DEX 在Android文件?如何DEX正在为Android?它是如何在调试Android应用程序使用在它是相似类型的Java类文件?我需要具体信息,请在this.any真实的例子欢迎帮忙!谢谢NIK 解决方案 .dex文件编译Android应用程序code文件。机器...

我有一些疑问的 DEX文件

什么是 DEX 在Android文件? 如何DEX正在为Android? 它是如何在调试Android应用程序使用 在它是相似类型的Java类文件?

我需要具体信息,请在this.any真实的例子欢迎帮忙! 谢谢 NIK

解决方案

  .dex文件
 

编译Android应用程序code文件。

机器人程序被编译成.dex(Dalvik的可执行)文件,它们是依次压缩到设备上的单一的apk文件。 .dex文件可以被自动创建由机器人平移用Java编程语言编写的应用程序。

I have some doubt with dex File

what is dex file in android? how dex is working for android? how it is use in debugging android app Is it similar kind of java class file? 转换翻译

I need specific information please help on this.any real example welcome! thanks nik

解决方案

.dex file

Compiled Android application code file.

Android programs are compiled into .dex (Dalvik Executable) files, which are in turn zipped into a single .apk file on the device. .dex files can be created by automatically by Android translating compiled applications written in the Java programming language.

阅读全文

相关推荐

最新文章