-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this error during the building of the project. I just downloaded and try to compile it without changing anything and got this error... #6
Comments
Try changing android SDK versions. |
I tried different versions and it's useful, thanks for that. but I get some other errors FAILURE: Build failed with an exception.
|
I think there is a problem with gradle version try to check it and make changes in gradle as this project was made in an earlier/older version of gradle. |
Both answers are working for me but there is one problem with that. if I try SDK version 27 or less then I face 'Android resource linking failed' full error I showed before but if I try SDK version 28 or more then I face an error related to YouTubeExtractor which I showed before. |
Yeah, it might get you an error because some dependencies are not working on some android SDK versions. I am looking into it why its happening. |
Any solution? |
e: C:\Users\DELL\Desktop\onemore\SaveIt-master\android\app\src\main\kotlin\com\mmapps\flutter_app_youtube_demo\MainActivity.kt: (25, 29): Object is not abstract and does not implement abstract base class member protected/protected and package/ abstract fun onExtractionComplete(@nullable p0: SparseArray<YtFile!>?, @nullable p1: VideoMeta?): Unit defined in at.huber.youtubeExtractor.YouTubeExtractor
e: C:\Users\DELL\Desktop\onemore\SaveIt-master\android\app\src\main\kotlin\com\mmapps\flutter_app_youtube_demo\MainActivity.kt: (26, 33): 'onExtractionComplete' overrides nothing
FAILURE: Build failed with an exception.
Execution failed for task ':app:compileReleaseKotlin'.
The text was updated successfully, but these errors were encountered: