Skip to content
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

Fail to start trailer activity #28

Closed
enginebai opened this issue Apr 13, 2015 · 4 comments
Closed

Fail to start trailer activity #28

enginebai opened this issue Apr 13, 2015 · 4 comments
Assignees
Labels
bug v1 Movie lol v1
Milestone

Comments

@enginebai
Copy link
Owner

java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.google.android.youtube.api.service.START }
            at android.app.ContextImpl.validateServiceIntent(ContextImpl.java:1786)
            at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1885)
            at android.app.ContextImpl.bindService(ContextImpl.java:1863)
            at android.content.ContextWrapper.bindService(ContextWrapper.java:538)
            at com.google.android.youtube.player.internal.r.e(Unknown Source)
            at com.google.android.youtube.player.YouTubeThumbnailView.initialize(Unknown Source)
            at com.moviebomber.ui.activity.TrailerActivity$TrailerAdatper$ViewHolder.<init>(TrailerActivity.java:126)
            at com.moviebomber.ui.activity.TrailerActivity$TrailerAdatper.getView(TrailerActivity.java:93)
@enginebai enginebai self-assigned this Apr 13, 2015
@enginebai enginebai added this to the Movie Detail milestone Apr 13, 2015
@enginebai
Copy link
Owner Author

Temp Solution

  • Replace the targetSdkVersion from 21 to 19.
  • This is Youtube android API bug in Android L.

@enginebai
Copy link
Owner Author

Final Solution

enginebai pushed a commit that referenced this issue Apr 13, 2015
@enginebai enginebai added the v1 Movie lol v1 label Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug v1 Movie lol v1
Projects
None yet
Development

No branches or pull requests

1 participant