-1
我想在Android上使用kivy/PLYER使用GPS和得到一個錯誤 「JVM異常錯誤」蟒蛇/ kivy - GPS - JVM異常錯誤
截圖: https://cloud.githubusercontent.com/assets/5901966/7447369/5413131a-f201-11e4-8792-581ba30c25ff.jpg
守則方法_start:
def _start(self):
# XXX defaults should be configurable by the user, later
providers = self._location_manager.getProviders(False).toArray()
for provider in providers:
self._location_manager.requestLocationUpdates(
provider,
1000, # minTime, in milliseconds
1, # minDistance, in meters
self._location_listener,
Looper.getMainLooper())
有人知道如何獲取有關JVM異常的更多信息嗎?