从脚本中终止android ASE shell

时间:2010-06-26 19:56:54

标签: python android ase

我正在使用带有python(ASE)的android脚本环境,我想在脚本终止时终止执行脚本的shell。 有没有办法做到这一点?

我已尝试在最后一行执行: os.system('kill%d'%os.getppid())

但无济于事。

2 个答案:

答案 0 :(得分:1)

您应该使用android.exit()

答案 1 :(得分:0)

我的猜测是上面的答案应该是android.Android().exit()