Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
adb シェルでバイナリを実行する場合、adb を終了すると、プロセスも終了します。
adbの助けなしにバイナリを実行する方法はありますか?
デバイスにbusyboxがインストールされている場合は、「busybox nohup [yourbinary]&」コマンドを使用できます。このようにして、adbを閉じた後も実行を継続します