Reputation: 1067
I want to look at the sample project youtube provided here with it's API but Android Studio isn't loading properly. I think it's because it's designed for Eclipse. Can anybody guide me in what to do to get it to load?
Upvotes: 2
Views: 359
Reputation: 6078
I tried and imported the sample successfully.
You can just:
File --> New --> import project
.YouTubeAndroidPlayerApi-1-3
--> sample
folder. compileSdkVersion
and targetSdkVersion
to 22(which is new) DeveloperKey.java
Also I upload all code which you can refer here.
Upvotes: 1