正しい軌道に乗っているかどうか知りたいだけです。私はNetbeans
for に慣れていますが、android に最適なので、 を使用することにしjava
ました。Eclipse でアプリを実行し、ログ メッセージを確認するたびに、エミュレーターとデバイスの両方でうまく機能していましたが、多くの警告が見つかりました。しかし、これがアプリの有効性とは何の関係もないことを願っています。また、いくつかの不要なエラー (コードにエラーなし) が発生し、閉じて再起動すると自動的に修正されることがあります (これはバグですか、私は最新のものを使用しています)。コメントをお待ちしております。Eclipse
Eclipse
Eclipse
Eclipse
以下は、ログ メッセージの一部です。
06-03 12:41:04.603: W/Trace(3934): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:04.613: W/Trace(3395): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:04.683: W/Trace(3934): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:04.713: W/Trace(3934): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:04.713: W/Trace(3934): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:04.884: W/Trace(3395): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:04.906: W/Trace(3934): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:04.906: W/Trace(3934): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:04.953: W/Trace(3395): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:04.973: I/Choreographer(3395): Skipped 88 frames! The application may be doing too much work on its main thread.
06-03 12:41:05.133: W/Trace(3395): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:05.133: W/Trace(3395): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:05.143: I/Choreographer(3395): Skipped 33 frames! The application may be doing too much work on its main thread.
06-03 12:41:05.553: W/Trace(3395): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:05.594: I/Choreographer(3395): Skipped 612 frames! The application may be doing too much work on its main thread.
06-03 12:41:05.633: W/Trace(3395): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:05.633: W/Trace(3395): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:05.763: W/Trace(3395): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:05.793: W/Trace(3395): Unexpected value from nativeGetEnabledTags: 0
06-03 12:41:05.793: W/SoundPool(3395): sample 0 not READY
06-03 12:41:05.854: D/PhoneStatusBar(3934): disable: < expand icons alerts ticker system_info BACK HOME recent* CLOCK search >
06-03 12:41:05.883: W/Trace(3511): Unexpected value from nativeGetEnabledTags: 0
LogCat
I really like to know that it's a normal.から受け取った警告メッセージに進みます。真剣に、メインスレッドで多くの作業を行っていないためです。また、データベース クエリを含むアクティビティはすべて で実行され
Thread thread = new Thread(Runable);
thread.start()
ます。空のアクティビティ (つまり、ジョブのないアクティビティ) で同じ警告メッセージ イベントが発生するため、明確にする必要があります。書き込みをしていると思って間違ったことをしたくないので、ここで深刻な助けが必要です