既にActivityが起動中の状態で、「adb shell am start」で同じActivityを起動しようとすると、エラーになります。 $ adb shell am start -n com.test.app/.TestActivity Warning: Activity not started, its current task has been brought to the front これを回避するためには、「--activity-clear-top」オプションをつけて実行します。 $ adb shell am start -n com.test.app/.TestActivity --activity-clear-top Starting: Intent { flg=0x4000000 cmp=com.test.app/.TestActivity (has extras) }
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く