20

を使用してCMDウィンドウからAVDを開くと

C:\Android\adt-bundle-windows-x86\sdk\tools>emulator.exe -avd Nexus-7-001 -verbose

「ファイルを開けませんでした: (null)/system/build.prop: そのようなファイルまたはディレクトリはありません」という行まで、すべて問題ないようです。

エミュレーターは開きますが、アプリを選択しようとすると、「残念ながらランチャーが停止しました」というエラーが表示されます。

ADT をアンインストールして再ダウンロードしました => 同じ問題。ADT をすべて確実に削除する方法があれば教えてください。また、この問題は古い ADT (以前のバージョンの Eclipse) の残骸によって引き起こされる可能性がありますか、それともまったく別のものですか?

Windows 7 と Windows Vista OS システムで同じ問題があります。

C:\Android\adt-bundle-windows-x86\sdk\tools>emulator.exe -avd Nexus-7-001 -verbose
.
.
.
emulator: Trace file name is not set

emulator: autoconfig: -scale 0.569531
emulator: Could not open file: (null)/system/build.prop: No such file or directory
emulator: control console listening on port 5554, ADB on port 5555
emulator: can't connect to ADB server: connection refused
emulator: ping program: C:\Android\adt-bundle-windows-x86\sdk\tools\ddms.bat
emulator: ping command: C:\Windows\system32\cmd.exe /C "C:\Android\adt-bundle-windows-x86\sdk\tools\ddms.bat" ping emulator 21.0.1.0 "NVIDIA Corporati
on" "GeForce G210M/PCI/SSE2" "3.0.0"
goldfish_fb_get_pixel_format:167: display surface,pixel format:
  bits/pixel:  16
  bytes/pixel: 2
  depth:       16
  red:         bits=5 mask=0xf800 shift=11 max=0x1f
  green:       bits=6 mask=0x7e0 shift=5 max=0x3f
  blue:        bits=5 mask=0x1f shift=0 max=0x1f
  alpha:       bits=0 mask=0x0 shift=0 max=0x0
4

6 に答える 6

1

1) システム イメージが正しくインストールされていることを確認します。

2) 使用しているグラフィック カードのドライバーを確認します。

于 2014-11-16T17:59:05.023 に答える
1

Android SDK および/または Java の環境変数のパスが正しく設定されていないか、古くなっていることに関連する問題である可能性があります。それらが正しいリソースを指していることを再確認してください。昇格したコマンド プロンプトを使用してコマンドを実行し、最初に ADB をリロードすることもできます。

于 2015-01-18T19:53:47.180 に答える
1

I have faced this problem before. To solve this problem, just launch Eclipse with administrative privilege. It worked for me on Windows 7 and Windows 8.1.

于 2014-12-20T10:57:29.860 に答える