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 脚本和文本文件(无扩展名)推送到/sdcard/sl4a/scripts. 不幸的是,当我使用 SL4A 在终端内运行脚本时,它会退出并出现一个回溯错误,指出我的文件尚未找到(当它试图打开它进行读取时)。我检查了目录并找到了其中的文件ref。有什么我想念的吗?
/sdcard/sl4a/scripts
ref
编辑:我没有提到我实际上并没有“打开”文件本身,而是使用 linecache 模块来获取行。我不认为这应该有所作为。