Android执行jar文件在哪里 [英] Where is Android execution jar file

查看:251
本文介绍了Android执行jar文件在哪里的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我现在正在开发一个android应用程序(api级别8).我想知道实际的jar文件(不是项目中包含的"android.jar" api jar)包含执行的地方正文,即"android.jar"的实现jar文件.我在android sdk安装目录中搜索了很多内容,但找不到这样的jar文件.是否有任何jar文件用于此目的?如果没有,那么android虚拟设备如何执行源代码?
谢谢.

Hi, I am developing an android application(api level 8) now.I would like to know about where is the actual jar(not the ''android.jar'' api jar included in the project) file contains the execution body, ie the implementation jar file of ''android.jar''. I search a lot through the android sdk installation directory but no such jar file found. Is any jar file exist for this purpose? if not then how the android virtual device execute the source code?
Thanks.

推荐答案

我想你想知道应用程序的执行文件在哪里?

它称为应用程序包装文件,扩展名为.apk.

在bin文件夹中搜索此内容
I think you what to know where is the execution file of your applcation?

It is called application pakage file and will be available with extension .apk.

Search for this in the bin folder


在android上,生成的.jar是.apk,但这与dalvik软件包中的.jar并不完全相同.

您可能需要查看 dex2jar [ Dalvik_(软件) [
On android the resultant .jar is the .apk this however isn''t really the same as the .jar it''s a dalvik package.

You might want to look at dex2jar[^] which I''ve used myself to pull apart .apk

also Dalvik_(software)[^] gives an in site into the file format and other information.

Hope it helps

/Darren


这篇关于Android执行jar文件在哪里的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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