当我在 android 上运行我的 kivy 应用程序时,我收到错误消息:“PermissionError: [Errno 13] Permission denied: '/data/.cache'” 蟒蛇版本:3.6.9 基维:(2.0.0) 基维花园:(0.1.5) 构建器:(1.5.1.dev0) Cython:(0.29.34) 操作系统:XUbuntu 18.04
Buildozer.spec 文件:
requirements = python3,kivy,fake_user_agent,beautifulsoup4,pyrogram,tgcrypto,pyQiwiP2P,requests,urllib3,chardet,certifi,idna,lxml,aiohttp,multidict,attr,yarl,async_timeout,attrs,Pillow,cchardet,charset-normalizer==2.1.1,aiosignal,frozenlist,android,libtool,pathlib2,pathlib
android.permissions = INTERNET,WRITE_EXTERNAL_STORAGE,READ_EXTERNAL_STORAGE,ACCESS_NETWORK_STATE,ACCESS_WIFI_STATE
Logcat 机器人:
`04-23 14:41:12.798 3353 3392 I python : Traceback (most recent call last):`
`04-23 14:41:12.799 3353 3392 I python : File "/home/bodya/program_nastena/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_22/python3/Lib/pathlib.py", line 1323, in mkdir`
`04-23 14:41:12.799 3353 3392 I python : FileNotFoundError: [Errno 2] No such file or directory: '/data/.cache/fakeua'`
`04-23 14:41:12.799 3353 3392 I python :`
`04-23 14:41:12.799 3353 3392 I python : During handling of the above exception, another exception occurred:`
`04-23 14:41:12.799 3353 3392 I python :`
`04-23 14:41:12.799 3353 3392 I python : Traceback (most recent call last):`
`04-23 14:41:12.799 3353 3392 I python : File "/home/bodya/program_nastena/.buildozer/android/app/main.py", line 8, in <module>`
`04-23 14:41:12.800 3353 3392 I python : File "/home/bodya/program_nastena/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/armeabi-v7a/fake_user_agent/`__`init`__`.py", line 3, in <module>`
`04-23 14:41:12.800 3353 3392 I python : File "/home/bodya/program_nastena/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/armeabi-v7a/fake_user_agent/user_agent.py", line 30, in <module>`
`04-23 14:41:12.800 3353 3392 I python : File "/home/bodya/program_nastena/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/python-installs/myapp/armeabi-v7a/fake_user_agent/settings.py", line 12, in <module>`
`04-23 14:41:12.800 3353 3392 I python : File "/home/bodya/program_nastena/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_22/python3/Lib/pathlib.py", line 1327, in mkdir`
`04-23 14:41:12.801 3353 3392 I python : File "/home/bodya/program_nastena/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/python3/armeabi-v7a__ndk_target_22/python3/Lib/pathlib.py", line 1323, in mkdir`
`04-23 14:41:12.801 3353 3392 I python : PermissionError: [Errno 13] Permission denied: '/data/.cache'`
`04-23 14:41:12.801 3353 3392 I python : Python for android ended.`