我为API 15开发的应用程序在更新到KitKat的玻璃后停止了工作。
我遇到以下错误:
java.lang.NoClassDefFoundError:com.google.android.glass.timeline.TimelineManager
在以下一行:
mTimelineManager = TimelineManager.from(this);
我还使用Glass Demos进行了测试,同样的事情发生了。 有人能够解决这个问题吗?
答案 0 :(得分:5)
从发行说明https://developers.google.com/glass/release-notes
对时间线管理器的更改:
TimelineManager类和对GDK静态卡的支持已被删除。