Youtubeplayersupportfragment And Appcompatactivity Error
I'm developing application which uses YouTube android API. For playing video I used YouTubePlayerFragment. When I extend my activity from Activity class all goes right, but when I
Solution 1:
use the given code in your app build.gradle
compile 'com.android.support:appcompat-v7:23.0.1'
instead of the latest version will solve this problem. I don't know why. Who knows the reason, please give an explanation.
Solution 2:
This is because latest version 23.4+ is not stable and has issues. Most latest and stable version is 23.1.1 Use this one to avoid this issue.
Post a Comment for "Youtubeplayersupportfragment And Appcompatactivity Error"