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脚本环境,并且我想在脚本终止时终止执行脚本的shell。有没有好的方法来做到这一点?
我尝试在最后一行执行: os.system( 'kill %d' % os.getppid() )
但无济于事。
你应该使用android.exit().
android.exit()
我的猜测是上面的答案应该是android.Android().exit()
android.Android().exit()