Android的得到模拟器.apk文件 [英] Android get .apk file from emulator

查看:164
本文介绍了Android的得到模拟器.apk文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新手到Android的发展。只是出于好奇,我想知道是否可以从Android模拟器???

I am newbie to the android development. Just out of curiosity i was wondering if it is possible to get back installed .apk file from android emulator ???

推荐答案

由@thepoosh链接的问题确实有一些正确的答案你的问题,但它的的接受的答案。向下滚动了一下回答要么@plaisthos或@Pratik的。

The question linked by @thepoosh indeed has some correct answers to your question, but it is not the accepted answer. Scroll down a bit to answer of either @plaisthos or @Pratik.

在短期:您.apk文件驻留在你的模拟器的/数据/应用程序目录中。注意:它可能有一个从您的构建机器上的.apk文件的名称不同的名称,因为.apk文件获得改名的东西,看起来像你的包名

In short: your .apk resides in the /data/app directory on your emulator. Note: It probably has a name that differs from the name of the .apk file on your build machine, since the .apk get renamed to something that looks like your package name.

因此​​,使用亚行的shell:
- CD /数据/应用
- LS(并检查您的.apk文件的名称)
- 出口亚行壳
- 对commmandprompt:亚洲开发银行拉/data/app/your.filename.apk

So, using adb shell: - cd /data/app - ls (and check the name of your .apk file) - exit adb shell - on commmandprompt: adb pull /data/app/your.filename.apk

或从Eclipse中使用文件资源管理器选项卡,在其他线程通过@Pratik说。

Or from Eclipse use the fileexplorer tab as stated by @Pratik in the other thread.

这篇关于Android的得到模拟器.apk文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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