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?