Flutter-AssetsAudioPlayer icon indicating copy to clipboard operation
Flutter-AssetsAudioPlayer copied to clipboard

Execution failed for task ':assets_audio_player:compileDebugKotlin'

Open akshayru opened this issue 3 years ago • 1 comments

Flutter Version

My version :

Flutter 2.12.0-4.1.pre • channel beta • https://github.com/flutter/flutter.git
Framework • revision 680962aa75 (11 days ago) • 2022-03-16 13:46:03 -0700
Engine • revision e9f57b5d0f
Tools • Dart 2.17.0 (build 2.17.0-182.1.beta) • DevTools 2.11.1

Lib Version

My version : assets_audio_player: ^3.0.4+1

Platform (Android / iOS / web) + version

Platform : Compilation Error, when trying to run android emulator getting below error, no exception in flutter doctor.

C:\Flutter\flutter.pub-cache\hosted\pub.dartlang.org\assets_audio_player-3.0.4+1\android\src\main\kotlin\com\github\florent37\assets_audio_player\AssetsAudioPlayerPlugin.kt: (42, 1): Class 'AssetsAudioPlayerPlugin' is not abstract and does not implement abstract member public abstract fun onNewIntent(p0: Intent): Boolean defined in io.flutter.plugin.common.PluginRegistry.NewIntentListener e: C:\Flutter\flutter.pub-cache\hosted\pub.dartlang.org\assets_audio_player-3.0.4+1\android\src\main\kotlin\com\github\florent37\assets_audio_player\AssetsAudioPlayerPlugin.kt: (80, 5): 'onNewIntent' overrides nothing

A clear and concise description of what the bug is.

akshayru avatar Mar 28 '22 05:03 akshayru

This is a duplicate of ISSUE 669

luis901101 avatar Apr 22 '22 00:04 luis901101