This appears to be the pertinent section:
Note message about 'no module named
kivy.app'
I/python (11625): Initialize Python for Android
I/python (11625): ['/data/data/org.test.firstapp/files/lib/python2.7/site-packages', '/data/data/org.test.firstapp/files/lib/site-python']
I/python (11625): Android path ['/data/data/org.test.firstapp/files/lib/python27.zip', '/data/data/org.test.firstapp/files/lib/python2.7', '/data/data/org.test.firstapp/files/lib/python2.7/lib-dynload', '/data/data/org.test.firstapp/files/lib/python2.7/site-packages', '/data/data/org.test.firstapp/files', '/data/data/org.test.firstapp/files/_applibs']
I/python (11625): Android kivy bootstrap done. __name__ is __main__
I/python (11625): Run user program, change dir and execute main.py
I/python (11625): Traceback (most recent call last):
I/python (11625): File "/Users/home/Kivy_projects/first_app/.buildozer/android/app/main.py", line 1, in <module>
I/python (11625): ImportError: No module named
kivy.appI/python (11625): Python for android ended.
I/AndroidRuntime(11625): VM exiting with result code 0, cleanup skipped.
I/ActivityManager( 867): Process org.test.firstapp:python (pid 11625) has died.
On Friday, February 20, 2015 at 3:55:00 PM UTC-6, Debbie Rich wrote: