i get this message in the logcat when execute my app.
Activity com.jeslomo.judokatium_2.CinturonActivity has leaked ServiceConnection com.google.android.youtube.player.internal.r$e@42201a30 that was originally bound here
I try to load a intent of youtube:
Intent intent = YouTubeStandalonePlayer.createVideoIntent(acty, API_KEY , videoId, 0, false, false); acty.startActivity(intent);
But the video load correctly.
"acty" is a activity that i passing to BaseAdapter for load the video.
How can i resolve it?
Thanks!!
P.D: Sorry for my bad english.