Skip to content
Advertisement

Tag: android-youtube-api

YoutubePlayer API endless loading issue

I am starting a new intent whenever a new geofence transition happens. In GeofenceTransitionService.java: And I am initializing the fragment like this, in VideoActivity.java: activity_video.xml: But the video will never load. It works fine on other activities though. I have checked the manifest but couldn’t find anything that differentiates this activity from the other one that works. I use the

Advertisement