0

私は Android 開発に不慣れなため、この問題に 2 日間取り組んできました。私は Eclipse を使用しています。アプリの起動を選択すると、AVD が起動し、画面が数秒間真っ暗になり、「Android」というアニメーションが表示され、それ以降は何も起こりません。1時間近く開いたままにしておくまで、最初はロードされていると思っていましたが、何も起こりませんでした。

コンソールの読み取り

[2013-01-01 20:52:57 - FirstApp] Android Launch!
[2013-01-01 20:52:57 - FirstApp] adb is running normally.
[2013-01-01 20:52:57 - FirstApp] Performing com.example.firstapp.MainActivity activity launch
[2013-01-01 20:52:58 - FirstApp] Automatic Target Mode: launching new emulator with compatible AVD 'AVD_for_Nexus_S_by_Google'
[2013-01-01 20:52:58 - FirstApp] Launching a new emulator with Virtual Device 'AVD_for_Nexus_S_by_Google'`

私が言ったように、私はこれに不慣れであり、他の必要なコンポーネントについて言及していない場合、それは単にこの解決策を他にどこで探すべきかわからないからです.

ご協力いただきありがとうございます。

4

1 に答える 1

0

これは、すべての Android 初心者にとって非常に厄介な問題になる可能性があります。私も最初は、「Android」のアニメーションを何分も何時間も見つめていましたが、不思議に思っていました。

Androidエミュレーターでの作業:

1. Always start the AVD before directly running an application.  
Emulators usually take a considerable amount of time to load before you can  
actually try to run an app.  
2. Change the timeout settings by Window-->Preferences-->Android-->DDMS-->ADB  
Connection TimeOut. Set it to say 50000.  
3. Once the AVD has loaded fully(there is usually a homescreen kind of display  
after the 'Android' animation you mentioned), then run your app as right-click-->  
Run as Android Application  
4.Sometimes, there is a keypad lock on the emulator display just like a phone, so  
you might have to manually unlock the display before you can see the running app    

お役に立てれば。

于 2013-01-02T07:00:44.963 に答える