22

OS を再インストールせずに Hardisk を他の MotherBoard i5 3GHz プロセッサに変更した後、AVD Emulator が実行されません。

OS: Ubuntu 10.10

私のエミュレーターはEclipseを介して実行されていません。[Run As] をクリックすると、Android アプリケーションが表示されます。

次に、コマンドプロンプトから実行しようとすると、以下のようなエラーが表示されます。

padmakumar@padmakumar-desktop:~$ emulator -avd JellyBelly
Failed to create Context 0x3005
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
Segmentation fault

このエラーを解決してエミュレータを実行するにはどうすればよいですか?

編集:エミュレーターの使用 -avd JellyBelly -verbose

padmakumar@padmakumar-desktop:~$ emulator -avd JellyBelly -verbose
emulator: found SDK root at /home/padmakumar/android-sdk
emulator: Android virtual device file at: /home/padmakumar/.android/avd/JellyBelly.ini
emulator: virtual device content at /home/padmakumar/.android/avd/JellyBelly.avd
emulator: virtual device config file: /home/padmakumar/.android/avd/JellyBelly.avd/config.ini
emulator: using core hw config path: /home/padmakumar/.android/avd/JellyBelly.avd/hardware-qemu.ini
emulator: Found AVD target API level: 16
emulator: found skin 'WXGA800-7in' in directory: /home/padmakumar/android-sdk/platforms/android-16/skins
emulator: autoconfig: -skin WXGA800-7in
emulator: autoconfig: -skindir /home/padmakumar/android-sdk/platforms/android-16/skins
emulator: found skin-specific hardware.ini: /home/padmakumar/android-sdk/platforms/android-16/skins/WXGA800-7in/hardware.ini
emulator: keyset loaded from: /home/padmakumar/.android/default.keyset
emulator: trying to load skin file '/home/padmakumar/android-sdk/platforms/android-16/skins/WXGA800-7in/layout'
emulator: skin network speed: 'full'
emulator: skin network delay: 'none'
emulator: autoconfig: -kernel /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//kernel-qemu
emulator: autoconfig: -ramdisk /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//ramdisk.img
emulator: Using initial system image: /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//system.img
emulator: autoconfig: -data /home/padmakumar/.android/avd/JellyBelly.avd/userdata-qemu.img
emulator: autoconfig: -initdata /home/padmakumar/.android/avd/JellyBelly.avd/userdata.img
emulator: autoconfig: -cache /home/padmakumar/.android/avd/JellyBelly.avd/cache.img
emulator: autoconfig: -sdcard /home/padmakumar/.android/avd/JellyBelly.avd/sdcard.img
emulator: Physical RAM size: 1024MB

Content of hardware configuration file:
  hw.cpu.arch = arm
  hw.cpu.model = cortex-a8
  hw.ramSize = 1024
  hw.screen = touch
  hw.mainKeys = no
  hw.trackBall = yes
  hw.keyboard = no
  hw.keyboard.lid = no
  hw.keyboard.charmap = qwerty2
  hw.dPad = yes
  hw.gsmModem = yes
  hw.gps = yes
  hw.battery = yes
  hw.accelerometer = yes
  hw.audioInput = yes
  hw.audioOutput = yes
  hw.sdCard = yes
  hw.sdCard.path = /home/padmakumar/.android/avd/JellyBelly.avd/sdcard.img
  disk.cachePartition = yes
  disk.cachePartition.path = /home/padmakumar/.android/avd/JellyBelly.avd/cache.img
  disk.cachePartition.size = 66m
  hw.lcd.width = 800
  hw.lcd.height = 1280
  hw.lcd.depth = 16
  hw.lcd.density = 213
  hw.lcd.backlight = yes
  hw.gpu.enabled = no
  hw.camera.back = emulated
  hw.camera.front = none
  vm.heapSize = 48
  hw.sensors.proximity = yes
  hw.sensors.magnetic_field = yes
  hw.sensors.orientation = yes
  hw.sensors.temperature = yes
  kernel.path = /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//kernel-qemu
  kernel.parameters =  android.checkjni=1
  disk.ramdisk.path = /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//ramdisk.img
  disk.systemPartition.initPath = /home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//system.img
  disk.systemPartition.size = 200m
  disk.dataPartition.path = /home/padmakumar/.android/avd/JellyBelly.avd/userdata-qemu.img
  disk.dataPartition.size = 201m
  avd.name = JellyBelly
.
QEMU options list:
emulator: argv[00] = "/home/padmakumar/android-sdk/tools/emulator-arm"
emulator: argv[01] = "-android-hw"
emulator: argv[02] = "/home/padmakumar/.android/avd/JellyBelly.avd/hardware-qemu.ini"
Concatenated QEMU options:
 /home/padmakumar/android-sdk/tools/emulator-arm -android-hw /home/padmakumar/.android/avd/JellyBelly.avd/hardware-qemu.ini
emulator: registered 'boot-properties' qemud service
emulator: nand_add_dev: system,size=0xc800000,initfile=/home/padmakumar/android-sdk/system-images/android-16/armeabi-v7a//system.img
emulator: mapping 'system' NAND image to /tmp/android-padmakumar/emulator-IM8Usk
emulator: rounding devsize up to a full eraseunit, now c810000

emulator: nand_add_dev: userdata,size=0xc900000,file=/home/padmakumar/.android/avd/JellyBelly.avd/userdata-qemu.img
emulator: rounding devsize up to a full eraseunit, now c918000

emulator: registered 'boot-properties' qemud service
emulator: Adding boot property: 'dalvik.vm.heapsize' = '48m'
emulator: Adding boot property: 'qemu.sf.lcd_density' = '213'
emulator: Adding boot property: 'qemu.hw.mainkeys' = '0'
emulator: Adding boot property: 'qemu.sf.fake_camera' = 'back'
emulator: nand_add_dev: cache,size=0x4200000,file=/home/padmakumar/.android/avd/JellyBelly.avd/cache.img
emulator: Initializing hardware OpenGLES emulation support
Failed to create Context 0x3005
emulator: Can't start OpenGLES renderer?
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
emulator: Kernel parameters: qemu.gles=0 qemu=1 console=ttyS0 android.qemud=ttyS1 android.checkjni=1 ndns=2
Segmentation fault

編集:私が作成しているエミュレータは実行されていません。

4

12 に答える 12

7

私は同じ問題を抱えていました

AVD GUI 設定を編集します。ハードウェア セクションで、[新規] を選択します。[プロパティ] ドロップダウンをクリックし、[GPU エミュレーション] を選択してから [OK] を選択します。[ハードウェア] セクションのドロップダウンで [GPU エミュレーション] を [はい] に変更します。

保存して再試行

于 2012-09-17T14:00:10.043 に答える
3
Failed to create Context 0x3005
emulator: Can't start OpenGLES renderer?

通常、これは、エミュレータのサイズがOSサポートGLドライブと比較して範囲外の場合に発生します。

画面サイズとモニターdpiに応じてエミュレーターをスケーリングしてみてください。

それが役立つことを願っています。

于 2012-08-20T06:03:10.850 に答える
3

エミュレーター用の GLES ライブラリーとのリンクが欠落している可能性があります。

<Android SDK root>/tools/lib

あなたはこの.soファイルを持っています

libEGL_translator.so    
libGLES_CM_translator.so    
libGLES_V2_translator.so    
libOpenglRender.so

このファイルを OS のライブラリのグローバル セットに追加する必要があります。次の手順で特定のパスからライブラリを追加できます。

  • sudo gedit /etc/ld.so.conf.d/androidGL.conf
  • このファイルにライブラリへのパスのみを書き込みます。あなたの場合<Android SDK root>/tools/libはパスだけです。ライブラリを指定しないでください。そのパス内のすべてのライブラリが自動的に収集されます。
  • geditを保存して閉じます
  • ライブラリのグローバル セットを更新して、新しいパスを追加します。sudo ldconfig

avd の実行を再試行します。

于 2012-08-10T14:20:28.387 に答える
3

画面の解像度を変更します(増加)。それは私にとってはうまくいきました

于 2012-12-11T10:32:30.970 に答える
2

私もこの問題を抱えていました。私の症状:

  1. Android セッションを開始できました
  2. Eclipseは上記のエラーを表示しました
  3. Windows Vista、Android SDK 20、および Eclipse 4.2.0 を使用しています

実際の問題は非常に簡単でした (GPU エミュレーター = はい)。Eclipse が Android セッションを認識できなかったことが判明しました。

http://www.linkedin.com/groups/Problem-in-executing-code-on-86481.S.138513463

そのように私は見つけた

Android Emulator は起動するが、Eclipse で認識されない

ADBサーバーを再起動し、おじ(Eclipseも再起動)ソリューションを手に入れましょう!

それが他の誰かに役立つことを願っています。

于 2012-10-13T19:41:05.650 に答える
0

Intel プロセッサと NVidia グラフィックス カードを搭載した Windows 8 64 ビットを使用している場合は、Windows アップデートをインストールする必要があります。具体的には、GForce 用の NViDIA ドライバーの更新、および HD グラフィックス用の Intel Corporation ドライバーの更新です。

于 2012-10-28T08:42:09.470 に答える
0

すべての環境変数のパス値を再度設定する必要があります。また、インストーラー ファイルを使用して SDK をインストールした場合は、OS との依存関係があるため、再度インストールする必要がある場合があります。

于 2012-08-15T05:38:21.503 に答える
0

これを修正するために私がしたことは次のとおりです。

  1. AVD マネージャーからデバイスを削除しました
  2. 仮想デバイスの再作成
于 2015-05-27T23:25:46.610 に答える
0

このエラーについて心配する必要はありません。プラットフォームに従って Avd を作成していません。

1 -Android 2.2、2
-Api レベル 8、3 -SDCard 1024

プラットフォームに合わせて作るだけで間違いなく機能します!

于 2012-11-30T13:47:16.403 に答える
-1

これを試して:

  1. AVDマネージャーを開く
  2. JellyBellyAVDをクリックします
  3. [編集]をクリックします
  4. 「ハードウェア」の値を変更して保存します

それを始めてみて、それがどうなるか教えてください

于 2012-08-14T07:57:06.270 に答える