Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/192.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android SDK:hello world未运行_Android_Launch - Fatal编程技术网

Android SDK:hello world未运行

Android SDK:hello world未运行,android,launch,Android,Launch,我已经安装了Javax64,Eclipse经典的Junox64+ADT插件。操作系统Win7x64。我按照说明书安装了所有的东西。然后创建第一个应用程序并启动它。Emulator已启动,但hello world应用程序未启动。我不知道我做错了什么。有人知道这样的错误和我的问题吗?thx Console log: [2012-10-06 13:35:42 - test] ------------------------------ [2012-10-06 13:35:42 - test] Andr

我已经安装了Javax64,Eclipse经典的Junox64+ADT插件。操作系统Win7x64。我按照说明书安装了所有的东西。然后创建第一个应用程序并启动它。Emulator已启动,但hello world应用程序未启动。我不知道我做错了什么。有人知道这样的错误和我的问题吗?thx

Console log:
[2012-10-06 13:35:42 - test] ------------------------------
[2012-10-06 13:35:42 - test] Android Launch!
[2012-10-06 13:35:42 - test] adb is running normally.
[2012-10-06 13:35:42 - test] Performing com.example.test.MainActivity activity launch
[2012-10-06 13:35:42 - test] Automatic Target Mode: launching new emulator with compatible AVD 'AVD_41'
[2012-10-06 13:35:42 - test] Launching a new emulator with Virtual Device 'AVD_41'
[2012-10-06 13:35:42 - Emulator] Failed to create Context 0x3005
[2012-10-06 13:35:42 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2012-10-06 13:35:42 - Emulator] WARNING: Data partition already in use. Changes will not persist!
[2012-10-06 13:35:42 - Emulator] WARNING: SD Card image already in use: C:\Users\Zewisa\.android\avd\AVD_41.avd/sdcard.img
[2012-10-06 13:35:42 - Emulator] WARNING: Cache partition already in use. Changes will not persist!
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-06 13:35:42 - Emulator] emulator: warning: opening audio input failed
[2012-10-06 13:35:42 - Emulator] 
UPD:我更新了音频和视频驱动程序。所有的错误都消失了,但应用程序仍然无法启动

UPD2:制作了一些截图


有时应用程序会安装到模拟器上,但其主要活动并未启动。检查emulator上的应用程序,查看是否安装了您的应用程序。如果是,请尝试从那里启动它

我发现了错误,在启动运行的应用程序和hello world运行时,我已停止进程adb.exe,而不是从AVD Manager启动emulator,thx for everyone

您是否同时在两个模拟器上运行该应用程序?不,我没有。我试着去做,但是没有结果你没有OpenGL ES对仿真的支持,并且你已经锁定了SD图像上的数据;作为“加号”,您正在使用Windows…我重新安装视频和音频驱动程序。所有的错误都消失了,但是“hello world”仍然没有启动。怎么办?详细解释并附上一张截图,如果可以的话