We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I think the path to the touchtracer example ist wrong. You can check it by find . -name touchtracer
On my system I get
./python-install/share/kivy-examples/demo/touchtracer
Sorry, something went wrong.
@dl1ksv Yes that was the problem thanks, some times the simplicity becomes a problem :)
No branches or pull requests
I got this error :
After running the following command :
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 :
I will raise this error :
The text was updated successfully, but these errors were encountered: