-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
touchtracer.apk not working #82
Comments
seems the directory you passed when building the apk didn't contain edit: for gps support, it's possible to get values, yes, using pyjnius. |
Yes I have in my home a symlink kivy-examples -> /usr/local/lib/python2.7/dist-packages/Kivy-1.5.1-py2.7-linux-x86_64.egg/share/kivy-examples and I run
Then i install with
and when i open it in the logcat the error shown is the one displayed in my last post.. |
Hi Another user came with the same issue on the irc, after investigation, it appeared kivy had been installed with easy_install, after removing it, and installing with the ppa, it worked, how did you install kivy? maybe the same solution would apply? If so, we need to find what way be wrong with the easy_install. |
I don't remember exactly but I followed the guide which, if I remember correctly, say to install kivy with easy_install. |
You can try with
edit: fix the typo, indeed "//" was wrong, appologies |
It gives to me this error: Impossibile accedere al PPA (https://launchpad.net/api/1.0/~/+archive//kivy-team/kivy) per ottenere le relative informazioni, controllare la connessione a internet. |
Line 2 in your comment should be: Also, the command to add a repository should be: |
Thank you but the error still appears.. but obviously I'm connected |
Sorry, the PPA add command should be: The // should not be in there |
Can somebody tell me what is the relation between the ppa/easy-install and python-for-android ? |
hello ciropom, I saw above that u link directory just the same way as me do before. but examples inside /usr/local , those files privilege maybe belong to root/staff not your own account. In the end, I either change the files permission for full access or I move those examples to another directory(and change permission as well), which owner is my own account name, package again and it works. |
I had the same problem. For me it was related to the fact that in the emulator I add assigned no size to sd card. I just put 200 and it worked. By the way if you don't chek Use host GPU the app won't work |
@ciropom Have you been able to compile the APK yet? |
I haven't tried so far.. |
i had the same problem and for me the problem was that i had an error in the main.py file, made a fast change and did not test. |
Yesterday I experienced the problem as well. It turned out that there was an error in my main.py file. My terminal did not show the stacktrace, so after searching for a bit I found outt that the logger of kivy overrules other loggers, causing this trace not to show up. |
I had the same problem, I had an error in my main.py which adb logcat didn't show (because the main.pyo was not created). Solved by fixing the error. |
I had this same problem. I just changed file permissions on my app folder and files to r/w and was able to compile/run on my device. |
I followed the guide in the home page of this project to build touchtracer.apk .
I managed to build the app without errors,
but when i start it from the emulator this is what logcats report:
I followed exactly the same procedure advised in the home of this project apart from the paths.
Can you say to me which is the problem?
Another question, is GPS support available?
Thank you.
The text was updated successfully, but these errors were encountered: