Android 无法在 Windows 7 上运行

发布于 2024-10-02 16:18:24 字数 371 浏览 2 评论 0原文

我是android开发新手,面临一些问题。我已经安装了 Eclipse helios 以及 ADT 0.9.9 和 Android Windows SDK 以及 android 2.2 包。我开发了一个用于测试的小应用程序(一个按钮和 EditText 控件,当用户单击按钮时显示消息),它成功编译。但是当我想在模拟器上运行它时,它没有显示在那里。它曾经安装并工作过,但在我更新代码后(仅更新消息,当用户单击按钮时将显示),它没有显示更新的输出,因此我使用应用程序管理器从模拟器中卸载了应用程序。我尝试了一切方法(使用运行方式并创建 Android 配置,甚至是新安装的 SDK)来解决问题,但无法解决。即使 DDMS 也没有列出任何进程或任何运行模拟器的迹象。甚至 Log Cat 中也不存在

I am novice in android development and facing some problems. I have installed Eclipse helios along with ADT 0.9.9 and Android Windows SDK and android 2.2 package. I have developed a small app for testing (one button and EditText control which displays message when user clicks button), it complied successfully. But when I want to run this on emulator its not showing there. It once installed and worked but after I updated my code (Updated only message which will be displayed when user clicks button) its not showing the updated output so I uninstalled app from emulator using app manager. I tried every thing (used Run As and creating Android config even freshly installed SDK) to solve the problem but couldn't. Even DDMS not listing any process or any sign of running emulator. Not in even Log Cat

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

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

发布评论

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

评论(1

゛清羽墨安 2024-10-09 16:18:25
  1. 在应用程序项目的 bin 文件夹中,您将找到 .apk 文件。在模拟器或设备上手动安装它
  2. 检查清单文件以查看首先加载哪个活动?

我更喜欢2。

  1. In bin folder of application project you will find the .apk file. Manually install it on emulator or device
  2. Check manifest file to see which activity is first loaded?

I prefer 2.

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