我無法使用GDK將卡插入用戶時間軸。我的代碼是非常簡單的:無法在時間線中插入卡
TimelineManager timelineManager = TimelineManager.from(this);
Card card = new Card(this);
card.setText("Text").setInfo("Info").addImage(R.drawable.ic_launcher);
timelineManager.insert(card);
通過鑲嵌方法返回的問題是:
Caused by: java.lang.IllegalArgumentException: Unknown URL content://com.google.android.glass.timeline/past_timeline_table
是任何人也有這個問題?
Julien
不清楚。什麼是錯誤信息? – fabrizioM
對不起,我犯了一個錯誤,我編輯了這個問題 – Jul
從GDK文檔: 「這是GDK APIs的一個尖峯,GDK插件中有一些API沒有在此參考文檔中記錄,因爲它們目前沒有工作,你會在JAR文件或IDE的自動完成功能中看到API,但是如果它們沒有出現在這裏,它們目前不被支持。「 (https://developers.google.com/glass/develop/gdk/reference/index) –