3

The app I am developing for API 15 stopped working after the glass update to KitKat.

I am having the following error:

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

on the following line :

mTimelineManager = TimelineManager.from(this);

I also tested with the Glass Demos and same thing happens. Has anybody been able to solve this?

NLemay
  • 2,331
  • 3
  • 29
  • 45
user3542552
  • 168
  • 8

1 Answers1

5

From the release notes https://developers.google.com/glass/release-notes

Changes to TimelineManager:

The TimelineManager class and support for static cards from the GDK have been removed.