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

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

问题描述

我最近建立了一个Android应用程序使用Eclipse(伽利略)在我的电脑/ XP上。我是一个小白到Android的发展和我花了2个月建立我的应用程序,而读/与所有的Java等编程UPS /落试验。该项目在Eclipse上运行正常。我现在要签名的应用程序(目前阅读如何做到这一点)在preparation将其发布到Android Market。在这一点上,我难倒。在签署您的应用程序关于签署的.apk文件用私钥会谈。我的问题是:哪里是位于我的电脑/ Eclipse的文件的.apk文件。我知道那里的SRC,资源,体现和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文件的默认位置是在根据项目目录工作区。

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 \工作区\的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天全站免登陆