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.
Python (ASE) で Android スクリプト環境を使用しており、スクリプトの終了時にスクリプトを実行しているシェルを終了したいと考えています。これを行う良い方法はありますか?
最後の行で実行しようとしました: os.system( 'kill %d' % os.getppid() )
しかし、役に立たない。
を使用する必要がありますandroid.exit()。
android.exit()
私の推測では、上記の答えはandroid.Android().exit()
android.Android().exit()