.apk 文件的位置

发布于 2024-11-07 13:56:15 字数 342 浏览 2 评论 0原文

我最近在我的 PC/Xp 上使用 Eclipse (Galileo) 构建了一个 Android 应用程序。我是 Android 开发新手,我花了 2 个月的时间来构建我的应用程序,同时阅读/试验所有 Java 和其他编程的优点/缺点。该项目在 Eclipse 上运行良好。我现在想要签署该应用程序(当前正在阅读如何执行此操作),准备将其发布到 Android 市场。此刻,我被难住了。 “签署您的应用程序”讨论使用您的私钥签署 .apk 文件。我的问题是:.apk 文件位于我的 PC/Eclipse 文件中的哪里。我知道 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

月野兔 2024-11-14 13:56:15

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

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

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

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

(り薆情海 2024-11-14 13:56:15

在 Eclipse 中右键单击您的项目,然后在该菜单中选择 Android 工具->导出签名的应用程序包

在出现的对话框中按照说明进行操作。

In eclipse right click on your project and in that menu select Android tools->Export signed Application package .

And In that appearing dialog follow the instructions.

拔了角的鹿 2024-11-14 13:56:15

您可以使用 eclipse 导出签名和未签名的 .apk 文件,也可以生成私钥,只需使用 项目文件夹 -- >右键单击--> Android 工具

You can export signed and unsigned .apk file using eclipse, as well as can generate private key too just use Project folder -- > right click --> Android tools

红墙和绿瓦 2024-11-14 13:56:15

如果您已经在模拟器上运行项目,则只需关闭该模拟器即可。然后转到

Project->clean
Project->BuildProject.

然后在模拟器中运行您的项目,然后检查一下

bin/res/your.apk file

If you already running your project on emulator,you just close that emulator.And goes to

Project->clean
Project->BuildProject.

And then run your project in emulator and then check it out

bin/res/your.apk file
对岸观火 2024-11-14 13:56:15

通常位于 bin 文件夹中。

Typically in the bin folder.

沫离伤花 2024-11-14 13:56:15

很简单,转到:

工作区 -> YourApp文件夹 &在该文件夹中的搜索栏(右上角)中输入您的 YourApp.apk

Its Simple, Go to :

Workspace -> YourApp folder & in that folder type in the search bar(top-right) for your YourApp.apk !

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文