.apk 文件的位置 [英] Location of .apk file

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

问题描述

我最近在我的 PC/Xp 上使用 Eclipse (Galileo) 构建了一个 Android 应用程序.我是 Android 开发的菜鸟,我花了 2 个月的时间来构建我的应用程序,同时阅读/试验所有 Java 和其他编程方面的起伏.该项目在 Eclipse 上运行良好.我现在想要签署该应用程序(目前正在阅读有关如何执行此操作的内容)以准备将其发布到 Android Market.在这一点上,我被难住了.签署您的申请"谈论使用您的私钥对 .apk 文件进行签名.我的问题是:我的 PC/Eclipse 文件中的 .apk 文件在哪里.我知道 src、res、manifest 和 R.java 文件所在的位置,因为过去 2 个月我一直在使用它们..apk 文件在哪里?希望有人能帮助我.

I recently built an Android application using Eclipse (Galileo) on my PC/Xp. I'm a noob to Android development and it took me 2 months to build my app while reading/experimenting with all the Java and other programming ups/downs. The project runs fine on Eclipse. I now want to sign the application (currently reading on how to do this) in preparation to releasing it to the Android Market. At this point, I am stumped. The "signing your application" talks about signing the .apk file with your private key. My question is: where is the .apk file located on my PC/Eclipse files. I know where the src, res, manifest, and R.java files are located because I've been using them for the past 2 months. Where is the .apk file located? Hopefully someone can help me.

推荐答案

在 Eclipse 中,编译 *.apk 文件的默认位置位于项目工作区下的 bin 目录中.

In Eclipse the default location for a compiled *.apk file is in the bin directory under the project workspace.

例如,我的 Eclipse 工作区位于 c:\Users\crsierra\workspace 下,而我的 Eclipse 项目名为 HelloWorld.因此 HelloWorld.apk 文件将位于 c:\Users\crsierra\workspace\HelloWorld\bin\HelloWorld.apk

For example, my Eclipse workspace is under c:\Users\crsierra\workspace and my Eclipse Project is named HelloWorld. Therefore the HelloWorld.apk file will be located under c:\Users\crsierra\workspace\HelloWorld\bin\HelloWorld.apk

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

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