无法运行任何 Android 项目 - 找不到 apk 错误消息

发布于 2024-12-06 05:46:42 字数 1040 浏览 2 评论 0原文

我最近在 Windows 7 上安装了 Android SDK。我正在使用 Eclipse 进行编辑。我以前在 Windows XP 上没有遇到任何问题,但由于某种原因,在 Windows 7 上什么也没有发生。我在下面给出了尽可能多的详细信息:

所以,当我尝试“运行”我的 Android 项目时,我得到了这个.. 。

[2011-09-23 19:32:42 - 拥抱] ------------------------------------------ [2011- 09-23 19:32:42 - 拥抱] Android 发布! [2011-09-23 19:32:42 - 拥抱] adb 是 运行正常。 [2011-09-23 19:32:42 - 拥抱]找不到拥抱.apk!

这就是我的 eclipse.ini 的样子:

-vm C:\Java\jdk1.6.0_27\bin -启动 插件/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar --launcher.library 插件/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519 --launcher.XXMaxPermSize 256m -vmargs -Xms100米 -Xmx512米 -Dosgi.requiredJavaVersion=1.5 -Dosgi.bundlefile.limit=100

我已经尝试了该文件的 -vm 变量的不同变体(即在其末尾添加 javaw.exe,只需将其 root 到 jdk 等)有时它不会完全打开 Eclipse,其他时候它会打开,但我仍然无法启动项目。

当我右键单击该项目并尝试导出未签名的应用程序包时,我得到:

转换为 Dalvik 格式失败,错误 1 转换为 Dalvik 格式失败,错误 1

​​所以,我很困惑。我可以启动模拟器,但我当然无法将项目放到模拟器上来玩。请帮忙!

提前致谢!

I've recently installed the Android SDK on Windows 7. I'm editing using Eclipse. I have had no problems whatsoever on Windows XP previously, but for some reason nothing happens on Windows 7. I've given as much detail as I can below:

So, when I try to 'run' my Android project I get this...

[2011-09-23 19:32:42 - hug] ------------------------------ [2011-09-23
19:32:42 - hug] Android Launch! [2011-09-23 19:32:42 - hug] adb is
running normally. [2011-09-23 19:32:42 - hug] Could not find hug.apk!

And this is what my eclipse.ini looks like:

-vm C:\Java\jdk1.6.0_27\bin
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
--launcher.XXMaxPermSize 256m
-vmargs
-Xms100m
-Xmx512m
-Dosgi.requiredJavaVersion=1.5
-Dosgi.bundlefile.limit=100

I've tried loads of different variations on the -vm variable for this file (i.e. adding javaw.exe to the end of it, just rooting it to the jdk etc.) Sometimes it won't open Eclipse at all, at other times it will open but I still can't launch a project.

When I right click on the project and try to Export Unsigned Application Package I get:

Conversion to Dalvik format failed with error 1
Conversion to Dalvik format failed with error 1

So, I'm pretty stumped. I can boot an emulator but I of course can't get a project onto that to play with it. Please help!

Thanks in advance!

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

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

发布评论

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

评论(2

魄砕の薆 2024-12-13 05:46:42

我刚刚在这里回答了类似的问题: could-not-find-the-apk-error

这可能是由于Android您的 Windows 7 计算机上未安装 SDK 构建工具。如果您打开 Eclipse 并转到“Window->Android SDK Manager”,那么它将打开管理器,您可能会看到 Android SDK Build-tools 尚未安装。

安装构建工具并清理/重建所有项目可能会起作用。

有趣的是,我也收到相同的“转换为 Dalvik 格式失败,错误 1”错误,但我认为这是与“无法找到 *.apk”错误不同的问题。

I just answered a similar question here: could-not-find-the-apk-error

It may be due to the Android SDK Build-tools not being installed on your Windows 7 machine. If you open Eclipse and go to "Window->Android SDK Manager" then it will open the manager and you may see that the Android SDK Build-tools are not installed.

Installing the build tools and cleaning/rebuilding all of your projects may work.

Interestingly, I also get the same "Conversion to Dalvik format failed with error 1" error, but I think that's a separate issue to the "Could not find *.apk" one.

萌化 2024-12-13 05:46:42

在 Window-->Preferences、Android 选项卡中检查您的 Android SDK 位置

它一定对您有帮助。

Check your Android SDK location in Window-->Preferences, Android tab

It must help you.

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