Closed tbjers closed 9 years ago
Have you tried rebuilding the Android module against the Lollipop/21 and/or Ti 3.5.1?
You could also try adding the Google Play Services to the build. I think adding it to the classpath should be enough.
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="android/src"/>
<classpathentry kind="src" path="android/build/.apt_generated"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="<HOME>/Library/Application Support/Titanium/mobilesdk/osx/3.4.1.GA/android/titanium.jar"/>
<classpathentry kind="lib" path="<HOME>/Library/Application Support/Titanium/mobilesdk/osx/3.4.1.GA/android/kroll-common.jar"/>
<classpathentry kind="lib" path="<HOME>/Library/Application Support/Titanium/mobilesdk/osx/3.4.1.GA/android/kroll-apt.jar"/>
<classpathentry kind="lib" path="<HOME>/Library/Application Support/Titanium/mobilesdk/osx/3.4.1.GA/android/kroll-apt.jar"/>
<classpathentry kind="lib" path="<ANDROID-SDK>/platforms/android-14/android.jar"/>
<classpathentry kind="lib" path="<ANDROID-SDK>/extras/google/google_play_services/libproject/google-play-services_lib/libs/google-play-services.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
With Titanium SDK 3.5.1.GA our application is crashing on devices running Lollipop/21. We have tried to reproduce this error in an emulator (Genymotion Google Nexus 4 - 5.0.0 - API 21) without running into this crash...
Here's the specific errors we see from the device:
When downgrading to use Ti SDK 3.5.0.GA the following warnings occur instead:
Could it be that the crash above could have something to do with changes to Google Play Services in Lollipop?