更新到kitkat后,我在时间线上插入卡片的玻璃应用程序停止工作

use*_*552 3 android google-glass

我正在为API 15开发的应用程序在更新到KitKat的玻璃后停止工作.

我有以下错误:

java.lang.NoClassDefFoundError:com.google.android.glass.timeline.TimelineManager

在以下行:

mTimelineManager = TimelineManager.from(this);
Run Code Online (Sandbox Code Playgroud)

我也用Glass Demos测试过,同样的事情发生了.有人能够解决这个问题吗?

小智 5

从发行说明https://developers.google.com/glass/release-notes开始

对TimelineManager的更改:

已删除TimelineManager类以及对GDK中静态卡的支持.