2012-11-17 1 views
2

많은 에뮬레이터 (넥서스 s, 7 등 ..)를 사용하여 일식에서 안드로이드 응용 프로그램을 실행하려고하지만 에뮬레이터는 "삼성 로딩 화면"을 전달하지 않습니다 여기 있습니다 무슨 뜻인지 설명하는 그림 : http://oi47.tinypic.com/ei5vf4.jpg 그 그림에 가능한 많은 내용을 포함하려고했습니다.에뮬레이터를 실행 중 삼성 로딩 화면

감사합니다.

편집 :

[2012-11-18 00:00:06 - myFirstAndroidApp] ------------------------------ 
[2012-11-18 00:00:06 - myFirstAndroidApp] Android Launch! 
[2012-11-18 00:00:06 - myFirstAndroidApp] adb is running normally. 
[2012-11-18 00:00:06 - myFirstAndroidApp] No Launcher activity found! 
[2012-11-18 00:00:06 - myFirstAndroidApp] The launch will only sync the application   package on the device! 
[2012-11-18 00:00:06 - myFirstAndroidApp] Performing sync //after this line I choose the device in this case nexus s 
[2012-11-18 00:00:18 - myFirstAndroidApp] Launching a new emulator with Virtual Device  'AVD_for_Nexus_S_by_Google' 
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB 
[2012-11-18 00:00:18 - Emulator] Failed to create Context 0x3005 
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB 
[2012-11-18 00:00:18 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer. 
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB 
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB 
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB 
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB 
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB 
[2012-11-18 00:00:18 - Emulator] could not get wglGetExtensionsStringARB 
[2012-11-18 00:00:19 - myFirstAndroidApp] New emulator found: emulator-5554 
[2012-11-18 00:00:19 - myFirstAndroidApp] Waiting for HOME ('android.process.acore') to be launched... 
+0

VM에서 에뮬레이터를 실행하고 있습니까? – antew

+0

나는 무엇을 의미하는지 모르겠다. 그러나 나는 android sdk로 안드로이드 개발 사이트에서 다운로드 한 Eclipse에서 실행했다. –

+0

다음은 ide를 표시하는 그림입니다. [link] (http://tinypic.com/r/2ag14y9/6) –

답변

0

이동 실행하기 -> 실행 구성

이 "시작 기본 활동 : 나는 내 게시물을 편집 한 내 콘솔에 약간의 레드 라인을 가지고 있기 때문에,이 콘솔 로그입니다 "을 선택한 경우 AndroidManifest에 실행기가 있는지 확인하십시오.

그렇지 않은 경우 "시작"에서 활동을 선택하십시오.

희망이 도움이됩니다.

+0

귀하의 의견을 보내 주셔서 감사합니다! "launch default activity"라고 표시 했으므로 androidmanfiest에 실행기가 있는지 어떻게 확인할 수 있습니까? btw LoginActivity 인 anroid 예제를 실행하고 있지만 사용자 정의 클래스에 대해 동일한 결과를 얻었습니다. –

+0

다음은 내 androidmanifest의 사진입니다. http://tinypic.com/r/23lebmp/6 –

+0

Wierd 내가 hello world 프로젝트를 열면 나는 activty를 가지고 있으며 작동합니다. 아마 안드로이드 샘플에 잘못된 것이 있습니다. 나는 실제 장치에서 실행할 수 있지만 avd에서는 결과가 그대로 유지됩니다. –