Xamarin + Android + Binding YouTube video player compile errors

后端 未结 2 1120
执笔经年
执笔经年 2021-01-06 03:12

I\'m looking to bind the YouTubeAndroidPlayerApi.jar into my Xamarin Android project. I\'ve added the YouTubeAndroidPlayerApi.jar under my Jars folder, but my project won\'

2条回答
  •  不要未来只要你来
    2021-01-06 04:02

    You should just be able to remove this fairly easily. However your issue in your is the fact that you have the incorrect package name/class name as it should follow Java convention(.). Simply ensure the case like the example below:

    EX:

    
    

提交回复
热议问题