2011-07-30 8 views
1

이클립스에서 안드로이드 에뮬레이터를 사용할 때 실수로 고칠 수없는 오류가 발생합니다.우분투에서 안드로이드 에뮬레이터가 시작되지 않음 10.10

  • 이클립스 V3.6 또는 V3.7
  • 안드로이드 ADT (12)
  • SDK R12
  • 우분투 10.10 64 비트

나는 다음과 같은 출력을 얻을하여 HelloWorld 응용 프로그램을 실행 :

[2011-07-30 16:08:55 - Crazy ------------------------------ 
[2011-07-30 16:08:55 - Crazy] Android Launch! 
[2011-07-30 16:08:55 - Crazy] adb is running normally. 
[2011-07-30 16:08:55 - Crazy] Performing com.crazy.CrazyActivity activity launch 
[2011-07-30 16:08:55 - Crazy] Automatic Target Mode: launching new emulator with compatible AVD 'my_avd' 
[2011-07-30 16:08:55 - Crazy] Launching a new emulator with Virtual Device 'my_avd' 
[2011-07-30 16:08:55 - Emulator] Inconsistency detected by ld.so: dl-open.c: 583: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed! 

누구나 해결 방법에 대한 단서가 있습니다. 에스?

답변

0

FWIW, debian 상자의 ia32-libs 패키지를 업그레이드하면 같은 문제가 해결되었습니다.

관련 문제