AnalyticsListenerImplementor is not abstract and does not override abstract method onRenderedFirstFrame
See original GitHub issueI created a blank Xamarin.Android app in VS 15.7.1 and installed 2.8.0, but I cannot compile the project. This is the error I’m getting:
AnalyticsListenerImplementor is not abstract and does not override abstract method onRenderedFirstFrame(EventTime,Surface) in AnalyticsListener
public class AnalyticsListenerImplementor App1ddd C:\Users\xyz\Desktop\App1ddd\App1ddd\obj\Debug\android\src\mono\com\google\android\exoplayer2\analytics\AnalyticsListenerImplementor.java 4
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:11 (3 by maintainers)
Top Results From Across the Web
error: AnalyticsListenerImplementor is not abstract and ...
After using XamarinMediaManager I am getting: Error: error: AnalyticsListenerImplementor is not abstract and does not override abstract method ...
Read more >Xamarin ExoPlayer raises an exception in Java code
error : AnalyticsListenerImplementor is not abstract and does not override abstract method onRenderedFirstFrame(EventTime,Surface) in ...
Read more >ShellItemRenderer.java - Error when building Android ...
Error error : ShellItemRenderer is not abstract and does not override abstract method onNavigationItemSelected(MenuItem) in ...
Read more >Next Xamarin Forums & FSharp.core conflicts (warnings/errors ...
Error: error : AnalyticsListenerImplementor is not abstract and does not override abstract method onRenderedFirstFrame(EventTime,Surface) in ...
Read more >Xamarin.Forms — Xamarin Community Forums
Error: error : AnalyticsListenerImplementor is not abstract and does not override abstract method onRenderedFirstFrame(EventTime,Surface) in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve pushed 2.8.3 with another fix. Can you guys try that one?
I works well for me too. I really appreciate your efforts on this.