android - KeyError: 'ANDROID_APP_PATH' -
i've been programming kivy/python apps on motorola moto g mobile phone. i've got few handy little apps, have been working ok few months.
today, launched 1 of apps - through qpython interface, , didn't work. so, tried of apps , failed launch same reason. in fact, of them fail launch same reason.
the error shown on screen ends with:
file "/qpython/core/build/python-install/lib/python2.7/userdict.py", line 23, in getitem
keyerror: 'android_app_path'
i presume on phone has taken upgrade - , broken something. assume case because problem affects of kivy apps using.
anyone else encountered this?
you need have #qpy:kivy part in first line. @ least happened me. suppose because qpython finding type of app it.
Comments
Post a Comment