如何制作 .EXE 来演示 Eclipse 中内置的 Android 软件?

发布于 2024-09-02 12:42:26 字数 123 浏览 4 评论 0原文

我几乎完成了我的 android 项目,现在我想制作应用程序的可执行版本。

我需要以 .exe 形式将其演示为模拟器上的软应用程序,而不是通过 Eclipse 的构建和调试过程来演示。

需要立即的想法

I am almost done with my project in android, now I want to make the executable version of the application.

I need to demonstrate it in .exe form as soft app as on emulator, not by built and debug process from eclipse.

need immediate idea

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

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

发布评论

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

评论(1

思念满溢 2024-09-09 12:42:26

您需要做一些跑腿工作:

  1. 创建 .apk 捆绑包
  2. 创建 Android 虚拟设备
  3. 启动模拟器
  4. 将 .apk 安装到模拟器中。
  5. 创建一个批处理文件以使用正确的 AVD 启动模拟器,将 zip 文件放在显眼的位置,
  6. 将整个作品压缩并分发。

You'll need to do some legwork:

  1. Create the .apk bundle
  2. Create an Android virtual device
  3. Boot your emulator
  4. Install your .apk into the emulator.
  5. Create a batch file to launch the emulator with the correct AVD, place the zip file somewhere prominent
  6. Zip up the whole works, and distribute that.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文