I got this error :
OSError: [Errno 2] No such file or directory: '/home/username/code/kivy/examples/demo/touchtracer'
After running the following command :
./build.py --package org.test.touchtracer --name touchtracer \--version 1.0 --dir ~/code/kivy/examples/demo/touchtracer debug
I read similar issues but seems this is a new one, is it because of bad installation of kivy? also if after this error I run the following command :
adb install bin/touchtracer-1.0-debug.apk
I will raise this error :
can't find 'bin/touchtracer-1.0-debug.apk' to install