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
  •  | 
  •  

سؤال

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?

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top