android – 更新到kitkat之后,我在时间线上插入卡片的玻璃应用程序停止工作
作者:互联网
我正在为API 15开发的应用程序在更新到KitKat的玻璃后停止工作.
我有以下错误:
java.lang.NoClassDefFoundError:com.google.android.glass.timeline.TimelineManager
在以下行:
mTimelineManager = TimelineManager.from(this);
我也用Glass Demos测试过,同样的事情发生了.
有人能够解决这个问题吗?
解决方法:
从发布说明https://developers.google.com/glass/release-notes
Changes to TimelineManager:
The TimelineManager class and support for static cards from the GDK have been removed.
标签:google-glass,android 来源: https://codeday.me/bug/20190830/1771316.html