-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Crash on startDiscovery #43
Comments
Same issue here. It happens when a chromecast device is discovered. |
I tried for a couple hours to get past that error, but nothing seemed to have worked. |
I seem to be having the same problem on Android - works fine on iOS. Anyone found a solution yet? |
I have the same problem. After some investigation, I think it could be due to conflicting versions of google-play-services jars. Our project also includes cordova-plugin-google-analytics, which depends on a different version of some of the google-play-services jars. Removing the analytics plugin made my app not crash anymore. I hope this helps others struggling with the same problem. EDIT: I ended up forking the google analytics plugin and fixing it's version of gms jars to be what connectsdk requires. Things work now. |
Glad you got this working @mtkopone - in my case, I am not using GA at all. In recent versions of google play services, google has split up the play files into different |
+1 please help |
After installing the connectSDK plugin and adding the code, the android app crashes moments after startDiscovery executes.
There's no errors with installing the plugin and it works fine on my iOS app (phone and emulator) and on my android emulator.
I couldn't find anything about this message anywhere, so I hope someone can help me out with this.
This is the error I'm getting:
The text was updated successfully, but these errors were encountered: