我试图在kivy公司生产的android应用程序中发出如下通知:
from plyer import notification
notification.notify('test tiltle','scanning started')但是我每次都会在logcat中得到这个错误。
chnhack/in/web_sqli/R$drawable'
I/python (28327): Exception in thread Thread-1:
I/python (28327): Traceback (most recent call last):
I/python (28327): File "/root/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/threading.py", line 552, in __bootstrap_inner
I/python (28327): File "/root/.buildozer/android/app/main.py", line 165, in run
I/python (28327): File "/root/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/plyer/facades/notification.py", line 21, in notify
I/python (28327): File "/root/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/site-packages/plyer/facades/notification.py", line 26, in _notify
I/python (28327): NotImplementedError: No usable implementation found!
I/python (28327):
D/dalvikvm(28327): threadid=11: thread exiting, not yet detached (count=0)
D/dalvikvm(28327): threadid=11: thread exiting, not yet detached (count
如果有人能帮我,那就太好了
https://stackoverflow.com/questions/35684062
复制相似问题