zhuowei/Xenologer

XE12 Porting Problem - Glass Home Crash

Closed this issue · 1 comments

Hi,

so I tried porting the XE12 Glass Home to be executable on non-Glass device, it compiles and installs fine after changes described in readme.

The error displayed in logcat is:
E/AndroidRuntime(23716): java.lang.RuntimeException: Unable to get provider com.google.android.glass.timeline.TimelineProvider: java.lang.ClassNotFoundException: Didn't find class "com.google.android.glass.timeline.TimelineProvider" on path: DexPathList[[zip file "/data/app/com.google.glass.home-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.google.glass.home-1, /system/lib, /system/lib/ste_omxcomponents]]

How can I add this class?

See #33.