-
Notifications
You must be signed in to change notification settings - Fork 431
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
GPS example crashes #40
Comments
Could you describe what you did in more detail? Running the code seems to work fine for me:
|
Did you run this on Android? That could be the problem, as I think that On Thu, Mar 13, 2014 at 4:09 PM, trivedigaurav [email protected]:
Benjamin Ward, Period 7 Psycho |
At this point the GPS facade is only available for Android. It will raise a NotImplemented Error on all other platforms. |
It is running on Android, as you can see in the logcat output. I used the latest (master) python-for-android, which in turn pulled the latest pyjnius I believe. Android version is 4.4.2. |
What device and version of Android are you using?
|
Nexus 4 and Android 4.4.2 Python-for-andorid was built on Ubuntu 12.04, using NDK r9c and SDK 19. Will try to reproduce it with different SDK level on different host and phone. |
Although I have not yet been able to reproduce the issue, it seems to be a Pyjnius issue and not necessarily specific to the GPS example. It occurs when calling the constructor to the |
Thanks for the tip, the example works after switching the runtime back to Dalvik. I am closing this issue as it seems to be a duplicate of kivy/pyjnius#92 |
I am having trouble running the gps example in plyer.. I runned it but it is stuck with getting Click start to get GPS location updates. I runned it in kivy luncher with plyer and buildozer inside. can u please provide a screeshot of what should be seen after running the application and provide a clear step by step of running properly this program. PLease.............. |
I don't think Kivy Launcher has the Android permissions necessary to use On Fri, Feb 13, 2015 at 4:16 AM, iamryanmoreno [email protected]
Ben Rousch |
can i get an apk of the plyer example for gps? i will install it in my phone because I am really curious about this python program? |
why is that when i runned the other examples, its working in my kivy launcher only that of gps is not. can someone provide another library for accessing gps in kivy? |
hello, glad , download the GPS example plyer https://github.com/kivy/plyer/tree/master/examples/gps but for android in buildozer compile the application does not start when installed on my device with android 4.4.4 Error throws me NotImplementedError. thanks |
Trying to run the following code (from the docs):
However it crashes:
The text was updated successfully, but these errors were encountered: