-
运行“HelloAndroid”时出现的问题5
After installing and setting up all about the Android Plugin for
Eclipse I've tried to run the most simpliest program on the Emulator,
Hello! Android.
I followed correctly every instruction as "Creating the Android
Aplication", "Run Dialog". So, I execute the application to run in the
emulator but happened this:
The window of the emulator opens (a little slow... because for my
machine specs...). I can see a little DOS Prompt appear, but later it
closes (seems to be a java command, but i don't know).
In the emulator window appears the "cellphone" with a text: "ANDROID"
and a cursor beside.
Nothing happens, but If I wait a long time , the logo appears and
obviously boot the system. Unfortunetly the application that I'm
trying to run from Eclipse, simply don't run.
Before the Android OS System is booted, in Eclipse's console appears
the next message:
2008-10-24 18:27:12 - Hello Android] emulator-5554 disconnected!
Cancelling 'com.android.hello.HelloAndroid' launch!
Of course I've read the FAQs and the Troubleshooting, and only
recommends to close any other emulators and restar adb. This solution
don't work for me.
Here, the complete log of eclipse when I run the application for
Android.
[2008-12-25 20:39:50 - HelloAndroid] ------------------------------
[2008-12-25 20:39:50 - HelloAndroid] Android Launch!
[2008-12-25 20:39:50 - HelloAndroid] adb is running normally.
[2008-12-25 20:39:50 - HelloAndroid] Launching: com.android.hello.HelloAndroid
[2008-12-25 20:39:50 - HelloAndroid] Automatic Target Mode: launching new emulator.
[2008-12-25 20:39:50 - HelloAndroid] Launching a new emulator.
[2008-12-25 20:39:52 - HelloAndroid] New emulator found: emulator-5554
[2008-12-25 20:39:52 - HelloAndroid] Waiting for HOME ('android.process.acore') to be launched...
[2008-12-25 20:39:59 - HelloAndroid] emulator-5554 disconnected! Cancelling 'com.android.hello.HelloAndroid' launch!
Any idea?
问题补充:
我用的是Android 1.0 SDK, Release 2。2008年12月25日 20:43
1个答案 按时间排序 按投票排序
-
What version of Android SDK are you using?
Don't know if things have gotten better in newer versions, but when I was playing with Android M5-RC15 earlier this year, I had the same problem as you described, that the emulator keeps disconnecting.
No idea why it's happening, but I found a workaround that worked for me, here: http://rednaxelafx.iteye.com/blog/168422. Some of my classmates said it didn't work for them, though.2008年12月25日 21:03
相关推荐
【标题】"helloAndroid"是Android开发中的一个经典入门教程,它旨在帮助初学者快速熟悉Android应用程序的基本构建过程。这个项目通常包括创建第一个"Hello, World!"程序,展示如何在Android环境中设置、编写、编译并...
《Hello Android 第三版》是一本专为初学者和进阶者设计的Android应用开发指南。这本书通过详尽的实例和清晰的解释,帮助读者掌握Android开发的基本技能和高级概念。源代码通常包含了书中所有示例项目的实际实现,是...
【标题】"Zhejiang_University_Android.rar_HelloAndroid.z_android" 提供的信息表明,这是一个与浙江大学Android课程相关的压缩文件,可能包含了教学材料、示例项目或代码,特别是与"HelloAndroid"相关的学习资源。...
在"HelloAndroid"中,引用TextView的ID将会出现在此文件中。 9. **运行与调试**: Android Studio内置了AVD(Android Virtual Device)管理器,允许开发者创建和管理虚拟设备以测试应用。"HelloAndroid"可以通过AVD...
【Android开发入门101-HelloAndroid.pdf】是针对初学者的一份教程,旨在引导学习者进入Android移动应用开发的世界。这份文档由MyMobiSoft Inc.创作并享有版权,内容涵盖从安装开发环境到创建并运行第一个Android应用...
【HelloAndroid开发资料】 在Android应用开发领域,"HelloAndroid"常常被用作初学者的第一个示例项目,它标志着开发者向Android世界的第一步。这个压缩包包含了一系列的资源,旨在帮助学习者掌握Android开发的基本...
实验002:“第一个可运行试验HelloAndroid”旨在引导初学者深入理解Android应用程序开发的基本步骤,包括项目的创建、调试、运行以及对项目结构的理解。在这个实验中,你会学习到: 一、Android项目生成与调试 ...
**Android开发环境配置详解与HelloAndroid实践** 在进入Android应用开发的世界之前,首先需要搭建一套完整的开发环境。本文将基于Kevinb的分享,详细介绍如何从零开始配置Android开发环境,并通过“HelloAndroid”...
要运行helloworld程序,需要在 Android Studio 或 Android Eclipse 中创建一个新的项目,并编写 helloworld 程序的源代码。然后,选择虚拟设备并点击“运行”按钮,虚拟设备将被启动并运行 helloworld 程序。 三、 ...
《Hello Android》是Android开发领域的经典入门教程,第三版针对当时最新的Android SDK进行了全面更新,旨在帮助初学者快速掌握Android应用开发的基本技能。本教程涵盖了从安装开发环境到创建、运行一个完整Android...
例如,“HelloAndroid”工程就是一个简单的入门示例,用于展示如何创建基本的Android应用程序。 综上所述,Android开发不仅涉及对操作系统本身的理解,还需要掌握一系列开发工具和环境的使用。通过本篇文章的学习,...
【安卓应用开发源码(HelloAndroid)】 在安卓应用开发领域,HelloAndroid是初学者们接触到的第一个经典示例,它代表了安卓应用的基础构建过程。这个项目通常用于演示如何在Android Studio环境中设置新项目,以及...
《Hello Android 开发教程》是一本专门针对初学者的Android开发入门书籍。本书详细介绍了Android开发的基础知识,包括Android平台的架构、开发环境的搭建、基本组件的使用以及Android应用开发的核心概念。通过对本书...
【标题】"HelloAndroid_v2" 是一个关于Android开发的学习资料,主要针对的是第二版的内容。这个标题暗示了我们将会探讨Android应用开发的基础知识,可能包括环境搭建、UI设计、事件处理、数据存储等核心概念。 ...
3. **运行应用程序**:配置好Android模拟器或连接真机设备后,点击Android Studio工具栏上的运行按钮,程序将在设备上启动并显示“Hello, World!”。 4. **SensoDemo**:在"压缩包子文件的文件名称列表"中提到的`...
本书首先会介绍Android操作系统的基本架构,包括Linux内核、应用程序框架层、库和运行时环境,以及用户界面组件。读者会了解Android是如何作为一个开放源码项目运行的,并理解其与iOS等其他移动平台的区别。 二、...
《Hello Android》也探讨了如何优化代码,减少内存消耗,提高应用运行效率。读者将了解到如何有效地管理资源,避免内存泄漏,以及如何使用Android提供的工具进行性能分析。 关于源代码,附带的`code.zip`文件包含了...