nicolas2k / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
1 stars 0 forks source link

TimelineManager.getLiveCard stopped working in XE12 #307

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Update to XE12
2.Run previously working GDK app that inserts a LiveCard

What is the expected output? What do you see instead?
Expected to create and initialize a new LiveCard that can be published. Instead 
I get a logcat error: "java.lang.NoSuchMethodError: 
com.google.android.glass.timeline.TimelineManager.getLiveCard"

What version of the product are you using? On what operating system?
Google Glass running XE12 with GDK preview

Original issue reported on code.google.com by groupwis...@gmail.com on 17 Dec 2013 at 9:10

GoogleCodeExporter commented 8 years ago
Hello,

This is indeed working as intended, the method has been renamed 
"createLiveCard" with XE12:
  https://developers.google.com/glass/release-notes#xe12

Make sure to update the GDK using the Android SDK Manager.

Best,
Alain

Original comment by ala...@google.com on 17 Dec 2013 at 9:57

GoogleCodeExporter commented 8 years ago
Ok it works now as the new GDK revision is available. I had to update the 
method names as stated in the also updated release notes. Thanks!

Original comment by sachseda...@gmail.com on 17 Dec 2013 at 10:15

GoogleCodeExporter commented 8 years ago
Thank you, after updating with the SDK Manager, cleaning the project and 
changing the names everything is working again now. 

Original comment by groupwis...@gmail.com on 18 Dec 2013 at 12:48