after updating to kitkat, my glass app that inserts cards in the time line stopped working

StackOverflow https://stackoverflow.com/questions/23117864

  •  04-07-2023
  •  | 
  •  

Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top