我是android的新手,并在eclipse中创建了hello world应用程序。它运行成功。但是现在我正在使用SQLite数据库,只是创建数据库,在其中插入值并在文本视图中显示数据。但我收到此消息在控制台上: -
[2011-06-13 13:44:24 - SQLite] ------------------------------
[2011-06-13 13:44:24 - SQLite] Android Launch!
[2011-06-13 13:44:24 - SQLite] adb is running normally.
[2011-06-13 13:44:24 - SQLite] Performing com.ei.Main activity launch
[2011-06-13 13:44:24 - SQLite] Automatic Target Mode: launching new emulator with compatible AVD 'device'
[2011-06-13 13:44:24 - SQLite] Launching a new emulator with Virtual Device 'device'
[2011-06-13 13:44:36 - SQLite] New emulator found: emulator-5554
[2011-06-13 13:44:36 - SQLite] Waiting for HOME ('') to be launched...
然后需要花费太多时间来回复,最后我将此作为错误消息: -
[2011-06-13 13:40:23 - SQLite] emulator-5554 disconnected! Cancelling 'com.ei.Main activity launch'!
我正在使用Android 1.5的AVD,应用程序也使用相同的1.5版本。 如果您知道如何解决此问题,请提供帮助。 提前谢谢......
答案 0 :(得分:2)
似乎就像模拟器问题一样。 Android模拟器通常非常慢,这取决于您的计算机配置。我唯一能推荐你的是每次运行后都没有关闭你的模拟器。在编码期间保持运行,这将为您节省大量时间。当然,你应该期待购买一个真正的设备,这是这个问题的最佳解决方案。祝你好运!