I recently integrated Playscape SDK
and android play services into my Unity (4.5.5) project. Build process for android run without any errors, however when I try to run the app on a device, black screen is shown (no Unity splash screen) and app is closed after few seconds.
Using android DDMS
I get this error on top:
E/CRASH(24508): java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/analytics/GoogleAnalytics;
What could the cause be?