凡APK文件保存后的PhoneGap的Andr​​oid构建成功?文件、APK、PhoneGap、oid

2023-09-05 08:39:08 作者:这悲伤染指了那流年

我不明白我在哪里可以找到我的编译,所以我可以把它复制到我的设备,并从那里安装包。

I don't understand where can I find my package that is compiled so I can copy it into my device and install it from there.

我所做的是创建空的项目,然后做了构建上没有错误,但是我无法找到 .apk文件文件。

What I did is create empty project, then made build on it with no errors, however I cannot find .apk file.

\平台\机器人\ BIN 的HelloWorld-debug.apk ,但我不想调试包,但正常的。

\platforms\android\bin has HelloWorld-debug.apk but I don't want debug package but normal one.

我试过的PhoneGap构建Android 以及的PhoneGap构建Android本地并没有什么区别了这两个命令之间存在。此外,为什么它甚至命名为的HelloWorld ,如果我叫我的项目 lololol

I tried phonegap build android as well as phonegap build android local and no difference was found between these two commands. Also, why is it even named HelloWorld if I named my project lololol?

推荐答案

您使用的Eclipse?如果是这样,看看这个教程。这将允许您导出到的apk文件。

Are you using eclipse? If so, take a look at this tutorial. This will allow you to export to a .apk file.

http://examples.java$c$cgeeks.com/android/core/build-android-application-package-file-apk-using-eclipse-ide/