You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoClassDefFoundError: com.google.code.yadview.R$string
at com.google.code.yadview.impl.DefaultDayViewResources.<init>(DefaultDayViewResources.java:182)
at mjim79.es.viewviewertest.AlternateEventRenderer$AlternateRendererDayViewResources.<init>(AlternateEventRenderer.java:114)
at mjim79.es.viewviewertest.YadviewHarnessDayViewFactory.<init>(YadviewHarnessDayViewFactory.java:49)
at mjim79.es.viewviewertest.MainActivity.onCreate(MainActivity.java:47)
Could you help me, please?
Original issue reported on code.google.com by [email protected] on 26 Jul 2014 at 8:46
The text was updated successfully, but these errors were encountered:
I get the same error, although I refactored the code a bit to embed the example
in my application. I'm 100% sure I copied everything exactly as it was in the
example, and this is triggered.
java.lang.NoClassDefFoundError: com.google.code.yadview.R$string
at com.google.code.yadview.impl.DefaultDayViewResources.<init>(DefaultDayViewResources.java:182)
at com.usosmobile.usosmobile.AlternateEventRenderer$AlternateRendererDayViewResources.<init>(OptionsActivity.java:196)
at com.usosmobile.usosmobile.YadviewHarnessDayViewFactory.<init>(OptionsActivity.java:246)
at com.usosmobile.usosmobile.OptionsActivity.onCreate(OptionsActivity.java:526)
Original issue reported on code.google.com by
[email protected]
on 26 Jul 2014 at 8:46The text was updated successfully, but these errors were encountered: