私は Android 開発の初心者です。自分のアプリケーションを起動しようとするたびに、非常に長く待つ必要がありますか? 私は PC のパフォーマンスが低いですが、はるかに高速な PC を使用している人々も同じ問題を抱えているようです。
Android スターは一瞬ですが、この「Welcome」だけで長く待ちます。
PCの主な構成:Windows 7 Ultimate x86 -1024 mb RAM、512はADKに、256mb -512 NVidia 6150 -2.0GHZ AMD Sempronでも試しました
私は 2.7' QVGA API 17 Android を使用しています。API 7 または 8 を使用するとエラーが発生します。現在、何が問題なのか忘れてしまいますが、必要な場合はチェックします。
コンソール出力:
[2013-06-16 14:29:52 - Numerology] ------------------------------
[2013-06-16 14:29:52 - Numerology] Android Launch!
[2013-06-16 14:29:52 - Numerology] adb is running normally.
[2013-06-16 14:29:53 - Numerology] Performing com.nezic.numerology.Main activity launch
[2013-06-16 14:29:54 - Numerology] Automatic Target Mode: launching new emulator with compatible AVD 'AVD1'
[2013-06-16 14:29:54 - Numerology] Launching a new emulator with Virtual Device 'AVD1'
[2013-06-16 14:30:15 - Emulator] Failed to create Context 0x3005
[2013-06-16 14:30:15 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2013-06-16 14:30:15 - Emulator] could not get wglGetExtensionsStringARB
[2013-06-16 14:30:15 - Emulator] could not get wglGetExtensionsStringARB
[2013-06-16 14:30:15 - Emulator] could not get wglGetExtensionsStringARB
[2013-06-16 14:30:15 - Emulator] could not get wglGetExtensionsStringARB
[2013-06-16 14:30:15 - Emulator] could not get wglGetExtensionsStringARB
[2013-06-16 14:30:15 - Emulator] could not get wglGetExtensionsStringARB
[2013-06-16 14:30:15 - Emulator] could not get wglGetExtensionsStringARB
[2013-06-16 14:30:15 - Emulator] could not get wglGetExtensionsStringARB
[2013-06-16 14:30:19 - Emulator] emulator: warning: opening audio input failed
[2013-06-16 14:30:19 - Emulator]
[2013-06-16 14:30:21 - Numerology] New emulator found: emulator-5554
[2013-06-16 14:30:21 - Numerology] Waiting for HOME ('android.process.acore') to be launched...
これは私があまりにも長く待っているものです........
感謝。