Skip to content

Conversation

@zigou13
Copy link

@zigou13 zigou13 commented Oct 17, 2018

I'm experiencing device errors on Google Play

java.lang.RuntimeException:
at android.app.ActivityThread.deliverResults (ActivityThread.java:3929)
at android.app.ActivityThread.handleSendResult (ActivityThread.java:3972)
at android.app.ActivityThread.-wrap16 (ActivityThread.java)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1537)
at android.os.Handler.dispatchMessage (Handler.java:111)
at android.os.Looper.loop (Looper.java:207)
at android.app.ActivityThread.main (ActivityThread.java:5728)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:888)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:749)
Caused by: java.lang.NullPointerException:
at com.bunkerpalace.cordova.YoutubeVideoPlayer.onActivityResult (YoutubeVideoPlayer.java:39)
at org.apache.cordova.CordovaInterfaceImpl.onActivityResult (CordovaInterfaceImpl.java:152)
at org.apache.cordova.CordovaActivity.onActivityResult (CordovaActivity.java:358)
at android.app.Activity.dispatchActivityResult (Activity.java:6461)
at android.app.ActivityThread.deliverResults (ActivityThread.java:3925)

Cordova android @7.1.1

ihadeed and others added 18 commits May 17, 2017 13:32
…nterpret the output project as an Eclipse project thus making the build process fail.

Fix compatibility with Cordova Android 7.
Fix compatibility with Cordova Android 7
Added check for null response of YouTubeIntents.getInstalledYouTubeVersionName().
>A string representation of the version of YouTube installed on this device or null if YouTube is not installed.
Check for null if Youtube is not installed
Upgrade XCDYouTube Video to make it work in IOS 11
Update XCDYouTubeVideoPlayer
Use AVPlayerViewController in AVKit for playing video
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants