Google glass sample projects are crashing

安稳与你 提交于 2019-12-12 18:21:58

问题


So I am attempting to learn to develop for Glass and was going through the quickstart guide today. Attempted to run all of the sample apps and they all crashed upon me attempting to open them. With a picture of caution sign saying "Stopwatch has stopped tap to continue". I tried reimporting the projects restarting glass and nothing worked. Any ideas? Also my glass initally wasnt recognized by eclipse and followed this guide Google Glass ADB devices doesn't find. OMAP4430 driver not installed (can't find it!) to get it recognized. Not sure if that has anything to do with it but figured I should let you all know.

here is the logcat for the stopwatch crash

    12-21 16:59:46.109: D/AndroidRuntime(1308): Shutting down VM
12-21 16:59:46.109: W/dalvikvm(1308): threadid=1: thread exiting with uncaught exception (group=0x40db71f8)
12-21 16:59:46.109: E/AndroidRuntime(1308): FATAL EXCEPTION: main
12-21 16:59:46.109: E/AndroidRuntime(1308): java.lang.NoSuchMethodError: com.google.android.glass.timeline.TimelineManager.createLiveCard
12-21 16:59:46.109: E/AndroidRuntime(1308):     at com.google.android.glass.sample.stopwatch.StopwatchService.onStartCommand(StopwatchService.java:57)
12-21 16:59:46.109: E/AndroidRuntime(1308):     at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2359)
12-21 16:59:46.109: E/AndroidRuntime(1308):     at android.app.ActivityThread.access$1900(ActivityThread.java:123)
12-21 16:59:46.109: E/AndroidRuntime(1308):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1210)
12-21 16:59:46.109: E/AndroidRuntime(1308):     at android.os.Handler.dispatchMessage(Handler.java:99)
12-21 16:59:46.109: E/AndroidRuntime(1308):     at android.os.Looper.loop(Looper.java:137)
12-21 16:59:46.109: E/AndroidRuntime(1308):     at android.app.ActivityThread.main(ActivityThread.java:4424)
12-21 16:59:46.109: E/AndroidRuntime(1308):     at java.lang.reflect.Method.invokeNative(Native Method)
12-21 16:59:46.109: E/AndroidRuntime(1308):     at java.lang.reflect.Method.invoke(Method.java:511)
12-21 16:59:46.109: E/AndroidRuntime(1308):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
12-21 16:59:46.109: E/AndroidRuntime(1308):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
12-21 16:59:46.109: E/AndroidRuntime(1308):     at dalvik.system.NativeStart.main(Native Method)

回答1:


It looks like you're compiling against the XE11 version of the GDK but running on a device with XE12. Make sure that you've updated your GDK add-on to the latest version using the Android SDK Manager.



来源:https://stackoverflow.com/questions/20724049/google-glass-sample-projects-are-crashing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!