Giter VIP home page Giter VIP logo

canaree-music-player's Introduction

Canaree: Music Player

platform-badge minsdk-badge paypal-badge googleplay-badge

Complete music player published in the Play Store. Heavily relies on Dagger, RxJava kotlin coroutines and Clean architecture.

Screenshots

Setup

The repository has ExoPlayer as git submodule, so you have clone the repository recursively:

git clone --recursive [email protected]:ologe/canaree-music-player.git

Or if you're already cloned the repository, use the following commands to fetch submodules:

git submodule init
git submodule update

Current exoplayer version used is r2.18.3

After that, you'll need to add the following properties to local.properties

last_fm_key=your_last_fm_key
last_fm_secret=your_last_fm_secret

Extensions

To support FLAC, FFMPEG and OPUS formats to you need to compile manually the corresponding ExoPlayer extensions.

scripts directory contains some scripts for building the extensions on MacOS/Intel.

Translations

Help translate the app to your language here

Issues

If you find any problems, please feel free to file an issue.

Open-source libraries

Download

canaree-music-player's People

Contributors

ologe avatar rootone-lab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

canaree-music-player's Issues

Multi Selection Enhancement

Could you add capability for Multi-selection for some of the track lists? Adding single tracks to a playlist or queue takes a bit of time. Multi-selection would improve a user's general experience.

Canaree V3 Android 5

Canaree V3 is not supporting Android 5. Pls make Canaree app compatible with Android 5 as well

[feature request] In-app language setting

Is it possible to add an in-app language option so we can set separately from system? Some of my songs' id3 info only display normally in certain language. Thanks.

app update ?

hey , any plans on updating the app with fixing the issues

there are certain issues , like when we shuffle the songs , the queue in bottom bar , that list is not shuffled

Bug found in Canaree (Music Player) The application crashes when I click on the LAST ADDED option in the Playlist tab

Project Information

Expected behavior

The app should not crash when I click on the last added option

Actual behavior

The application crashes when I click on the LAST ADDED option in the Playlist tab

How to reproduce

1-Download the latest application
2-install and open the application
3- goto PLAYLIST tab
4- click on Last Added option
5- see the error

  • Browser/App version: Current Version 2.1.1
  • Operating system: 6.0.1
  • Smartphone: Galaxy j7

Recording Of The Bug

20190505_201802

My Github Account

https://github.com/facebook-786

Logcat

E/AndroidRuntime(26289): FATAL EXCEPTION: main

E/AndroidRuntime(26289): Process: dev.olog.msc, PID: 26289

E/AndroidRuntime(26289): android.view.InflateException: Binary XML file line #138: Error inflating class com.google.android.material.textfield.TextInputLayout

E/AndroidRuntime(26289): 	at android.view.LayoutInflater.createView(LayoutInflater.java:633)

E/AndroidRuntime(26289): 	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:743)

E/AndroidRuntime(26289): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)

E/AndroidRuntime(26289): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(26289): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(26289): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:504)

E/AndroidRuntime(26289): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:414)

E/AndroidRuntime(26289): 	at dev.olog.msc.presentation.base.BaseFragment.onCreateView(SourceFile:18)

E/AndroidRuntime(26289): 	at androidx.fragment.app.Fragment.a(SourceFile:2439)

E/AndroidRuntime(26289): 	at androidx.fragment.app.nul.a(SourceFile:1460)

E/AndroidRuntime(26289): 	at androidx.fragment.app.nul.b(SourceFile:2646)

E/AndroidRuntime(26289): 	at androidx.fragment.app.nul.a(SourceFile:2416)

E/AndroidRuntime(26289): 	at androidx.fragment.app.nul.b(SourceFile:2372)

E/AndroidRuntime(26289): 	at androidx.fragment.app.nul.b(SourceFile:2273)

E/AndroidRuntime(26289): 	at androidx.fragment.app.nul$1.run(SourceFile:733)

E/AndroidRuntime(26289): 	at android.os.Handler.handleCallback(Handler.java:739)

E/AndroidRuntime(26289): 	at android.os.Handler.dispatchMessage(Handler.java:95)

E/AndroidRuntime(26289): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(26289): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime(26289): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(26289): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(26289): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)

E/AndroidRuntime(26289): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

E/AndroidRuntime(26289): Caused by: java.lang.reflect.InvocationTargetException

E/AndroidRuntime(26289): 	at java.lang.reflect.Constructor.newInstance(Native Method)

E/AndroidRuntime(26289): 	at java.lang.reflect.Constructor.newInstance(Constructor.java:288)

E/AndroidRuntime(26289): 	at android.view.LayoutInflater.createView(LayoutInflater.java:607)

E/AndroidRuntime(26289): 	... 22 more

E/AndroidRuntime(26289): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-v21/design_password_eye.xml from drawable resource ID #0x7f0800a9

E/AndroidRuntime(26289): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2946)

E/AndroidRuntime(26289): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(26289): 	at android.content.res.Resources.getDrawable(Resources.java:1050)

E/AndroidRuntime(26289): 	at android.content.res.Resources.getDrawable(Resources.java:1032)

E/AndroidRuntime(26289): 	at android.content.Context.getDrawable(Context.java:403)

E/AndroidRuntime(26289): 	at androidx.core.content.ContextCompat.getDrawable(SourceFile:463)

E/AndroidRuntime(26289): 	at androidx.appcompat.widget.AppCompatDrawableManager.a(SourceFile:203)

E/AndroidRuntime(26289): 	at androidx.appcompat.widget.AppCompatDrawableManager.getDrawable(SourceFile:191)

E/AndroidRuntime(26289): 	at androidx.appcompat.content.res.AppCompatResources.getDrawable(SourceFile:102)

E/AndroidRuntime(26289): 	at androidx.appcompat.widget.TintTypedArray.getDrawable(SourceFile:76)

E/AndroidRuntime(26289): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:344)

E/AndroidRuntime(26289): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:247)

E/AndroidRuntime(26289): 	... 25 more

E/AndroidRuntime(26289): Caused by: android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f0800a7

E/AndroidRuntime(26289): 	at android.content.res.Resources.getResourceName(Resources.java:2413)

E/AndroidRuntime(26289): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2908)

E/AndroidRuntime(26289): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(26289): 	at android.content.res.Resources.loadDrawable(Resources.java:2670)

E/AndroidRuntime(26289): 	at android.content.res.TypedArray.getDrawable(TypedArray.java:761)

E/AndroidRuntime(26289): 	at android.graphics.drawable.AnimatedStateListDrawable.parseItem(AnimatedStateListDrawable.java:503)

E/AndroidRuntime(26289): 	at android.graphics.drawable.AnimatedStateListDrawable.inflateChildElements(AnimatedStateListDrawable.java:452)

E/AndroidRuntime(26289): 	at android.graphics.drawable.AnimatedStateListDrawable.inflate(AnimatedStateListDrawable.java:384)

E/AndroidRuntime(26289): 	at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)

E/AndroidRuntime(26289): 	at android.graphics.drawable.Drawable.createFromXml(Drawable.java:1032)

E/AndroidRuntime(26289): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2936)

E/AndroidRuntime(26289): 	... 36 more

Add song to library from "document provider" sources

In other apps I am able to choose files from my linked Dropbox, Google Drive, Nextcloud, etc. I have learned that these are called document providers.

I would like to be able to add these "folders" to be scanned by your app for music. I would hope it would basically allow me to use your local music player app as a cloud music player app without your app having to support dozens of cloud providers.

CRASH

The app is crashing after launching on my device. Android version 9.

The list of track, albums and more not load.

Hey,

I'm Matin and I'm working on Canaree Project from 2 weeks ago.

I see a bug in Canaree that it's really big and awful. And the bug it is:

When I change some settings and come back to home page(I think it's about LibraryFragment), the list of tracks, albums, artists and more, doesn't loaded.

Please solve it faster.

Thanks you Canaree coder.

By the way, I think the matter is about leaks.

Bug found in Canaree (Music Player) The application crashes when I go to the playlist and click on the Plus button

Project Information

Expected behavior

When I click on the Plus button, then a box should appear. After entering the name a playlist A new playlist should be created

Actual behavior

The application crashes when I go to the playlist and click on the Plus button

How to reproduce

1-Download the app and open it
2- Go to the playlist
3- Click on the plus button in the playlist
4- Check the error and note it

  • Browser/App version: Current Version 2.1.1
  • Operating system: 6.0.1
  • Smartphone: Galaxy j7

Recording Of The Bug

20190506_123917

My Github Account

https://github.com/facebook-786

Logcat

E/AndroidRuntime( 8339): FATAL EXCEPTION: main

E/AndroidRuntime( 8339): Process: dev.olog.msc, PID: 8339

E/AndroidRuntime( 8339): android.view.InflateException: Binary XML file line #105: Error inflating class com.google.android.material.textfield.TextInputLayout

E/AndroidRuntime( 8339): 	at android.view.LayoutInflater.createView(LayoutInflater.java:633)

E/AndroidRuntime( 8339): 	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:743)

E/AndroidRuntime( 8339): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)

E/AndroidRuntime( 8339): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime( 8339): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime( 8339): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:504)

E/AndroidRuntime( 8339): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:414)

E/AndroidRuntime( 8339): 	at dev.olog.msc.presentation.base.BaseFragment.onCreateView(SourceFile:18)

E/AndroidRuntime( 8339): 	at androidx.fragment.app.Fragment.a(SourceFile:2439)

E/AndroidRuntime( 8339): 	at androidx.fragment.app.nul.a(SourceFile:1460)

E/AndroidRuntime( 8339): 	at androidx.fragment.app.nul.b(SourceFile:2646)

E/AndroidRuntime( 8339): 	at androidx.fragment.app.nul.a(SourceFile:2416)

E/AndroidRuntime( 8339): 	at androidx.fragment.app.nul.b(SourceFile:2372)

E/AndroidRuntime( 8339): 	at androidx.fragment.app.nul.b(SourceFile:2273)

E/AndroidRuntime( 8339): 	at androidx.fragment.app.nul$1.run(SourceFile:733)

E/AndroidRuntime( 8339): 	at android.os.Handler.handleCallback(Handler.java:739)

E/AndroidRuntime( 8339): 	at android.os.Handler.dispatchMessage(Handler.java:95)

E/AndroidRuntime( 8339): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime( 8339): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime( 8339): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime( 8339): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime( 8339): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)

E/AndroidRuntime( 8339): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

E/AndroidRuntime( 8339): Caused by: java.lang.reflect.InvocationTargetException

E/AndroidRuntime( 8339): 	at java.lang.reflect.Constructor.newInstance(Native Method)

E/AndroidRuntime( 8339): 	at java.lang.reflect.Constructor.newInstance(Constructor.java:288)

E/AndroidRuntime( 8339): 	at android.view.LayoutInflater.createView(LayoutInflater.java:607)

E/AndroidRuntime( 8339): 	... 22 more

E/AndroidRuntime( 8339): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-v21/design_password_eye.xml from drawable resource ID #0x7f0800a9

E/AndroidRuntime( 8339): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2946)

E/AndroidRuntime( 8339): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime( 8339): 	at android.content.res.Resources.getDrawable(Resources.java:1050)

E/AndroidRuntime( 8339): 	at android.content.res.Resources.getDrawable(Resources.java:1032)

E/AndroidRuntime( 8339): 	at android.content.Context.getDrawable(Context.java:403)

E/AndroidRuntime( 8339): 	at androidx.core.content.ContextCompat.getDrawable(SourceFile:463)

E/AndroidRuntime( 8339): 	at androidx.appcompat.widget.AppCompatDrawableManager.a(SourceFile:203)

E/AndroidRuntime( 8339): 	at androidx.appcompat.widget.AppCompatDrawableManager.getDrawable(SourceFile:191)

E/AndroidRuntime( 8339): 	at androidx.appcompat.content.res.AppCompatResources.getDrawable(SourceFile:102)

E/AndroidRuntime( 8339): 	at androidx.appcompat.widget.TintTypedArray.getDrawable(SourceFile:76)

E/AndroidRuntime( 8339): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:344)

E/AndroidRuntime( 8339): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:247)

E/AndroidRuntime( 8339): 	... 25 more

E/AndroidRuntime( 8339): Caused by: android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f0800a7

E/AndroidRuntime( 8339): 	at android.content.res.Resources.getResourceName(Resources.java:2413)

E/AndroidRuntime( 8339): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2908)

E/AndroidRuntime( 8339): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime( 8339): 	at android.content.res.Resources.loadDrawable(Resources.java:2670)

E/AndroidRuntime( 8339): 	at android.content.res.TypedArray.getDrawable(TypedArray.java:761)

E/AndroidRuntime( 8339): 	at android.graphics.drawable.AnimatedStateListDrawable.parseItem(AnimatedStateListDrawable.java:503)

E/AndroidRuntime( 8339): 	at android.graphics.drawable.AnimatedStateListDrawable.inflateChildElements(AnimatedStateListDrawable.java:452)

E/AndroidRuntime( 8339): 	at android.graphics.drawable.AnimatedStateListDrawable.inflate(AnimatedStateListDrawable.java:384)

E/AndroidRuntime( 8339): 	at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)

E/AndroidRuntime( 8339): 	at android.graphics.drawable.Drawable.createFromXml(Drawable.java:1032)

E/AndroidRuntime( 8339): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2936)

Request - Sort Playlists

Realise app the app maybe dead... however I'd really appreciate the ability to reorder the playlists under All Playlists - either by name or date added/modified

Build failed

ERROR: Could not get unknown property 'last_fm_key' for BuildType_Decorated{name=release, debuggable=false, testCoverageEnabled=false, jniDebuggable=false, pseudoLocalesEnabled=false, renderscriptDebuggable=false, renderscriptOptimLevel=3, minifyEnabled=true, zipAlignEnabled=true, signingConfig=null, embedMicroApp=true, mBuildConfigFields={}, mResValues={}, mProguardFiles=[], mConsumerProguardFiles=[], mManifestPlaceholders={}} of type com.android.build.gradle.internal.dsl.BuildType.

FAQs, Contributor's guidelines

Hi, I'm Harry. I've been on your app for some weeks now. I must commend the great job done so far. I'm on the verge of making the app, my daily driver. That's how much I love the app.
I sought ways to add my own portion of value to the app in the area of my expertise which is copywriting or content creation. The content I create include; Privacy policy, About, FAQs, Contributor.s guidelines. I see the project already has a privacy policy. So I was wondering if you consider having the other documents I mentioned as well.

I'll love to hear your thoughts.

local properties

hi, can you help me for add fm key on local.properties?? because i can't find it. thank you

APK

Please add the APK to GitHub release page.
I don't access to Google Play Store.

I cannot compile & run app. How slove this?

Look at the error that made when I wanna run canaree:

Could not find room-compiler.jar (androidx.room:room-compiler:2.2.3).
Searched in the following locations:
    https://dl.google.com/dl/android/maven2/androidx/room/room-compiler/2.2.3/room-compiler-2.2.3.jar

How can I fix it?

Exoplayer 2.11 Issues

I've followed the directions for compiling this but when I run it I get the following errors:

service-music/src/main/java  
dev/olog/service/music/interfaces/ExoPlayerListenerWrapper.kt  
'onPlaybackParametersChanged' overrides nothing  
'onTracksChanged' overrides nothing  
'onTimelineChanged' overrides nothing  
dev/olog/service/music/player/crossfade/CrossFadePlayer.kt  
Val cannot be reassigned  
Val cannot be reassigned  

The app crashes after I clicked on share

Actual behavior

when I click share the app crashes.

Expected behavior

I expected that I can click the share button and share my files successfully.

How to reproduce

  1. Download the latest version app from playstore.
  2. Open the app
  3. Allow all the permission and start the app
  4. Click Folder
  5. Click a folder which containing music
  6. Choose any music ,at the side of the music there is three vertical dots, click on that.
  7. Click share from the list
  8. See error
Information
  • App version:v2.1.1
  • OS:Android 6.0.1,5.1
  • Device:Samsung J5,symphony v85

Recording of the bug

https://youtu.be/hrFdeZ6Q0fo

Logcat


04-19 21:50:43.510 25570 25570 E AndroidRuntime: FATAL EXCEPTION: main

04-19 21:50:43.510 25570 25570 E AndroidRuntime: Process: dev.olog.msc, PID: 25570

04-19 21:50:43.510 25570 25570 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at android.support.v4.content.FileProvider.a(Unknown Source)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at android.support.v4.content.FileProvider.a(Unknown Source)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at dev.olog.msc.presentation.aUx.nul.a(Unknown Source)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at dev.olog.msc.presentation.aUx.aUx.com7.onMenuItemClick(Unknown Source)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at android.widget.PopupMenu.onMenuItemSelected(PopupMenu.java:252)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:801)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:158)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:954)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:944)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at com.android.internal.view.menu.MenuPopupHelper.onItemClick(MenuPopupHelper.java:430)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at android.widget.AdapterView.performItemClick(AdapterView.java:346)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at android.widget.AbsListView.performItemClick(AbsListView.java:1576)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at android.widget.AbsListView$PerformClick.run(AbsListView.java:3962)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at android.widget.AbsListView$7.run(AbsListView.java:6042)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at android.os.Handler.handleCallback(Handler.java:739)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:95)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at android.os.Looper.loop(Looper.java:148)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7325)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)

04-19 21:50:43.510 25570 25570 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)


@ologe

Bug found in Canaree (Music Player) The application crash when I go to the Artists tab and try to play a song there.

Project Information

Expected behavior

The application should not crash when I go to ARTISTS TAB and try to play some song there

Actual behavior

The application crash when I go to the Artists tab and try to play a song there.

1-Download the latest application
2-install and open the application
3- click on ARTISTS TAB
4- try to open any song there
5- see the error

  • Browser/App version: Current Version 2.1.1
  • Operating system: 6.0.1
  • Smartphone: Galaxy j7

Recording Of The Bug

20190505_184148

My Github Account

https://github.com/facebook-786

Logcat

D/AndroidRuntime(17783): Shutting down VM

E/AndroidRuntime(17783): FATAL EXCEPTION: main

E/AndroidRuntime(17783): Process: dev.olog.msc, PID: 17783

E/AndroidRuntime(17783): android.view.InflateException: Binary XML file line #138: Error inflating class com.google.android.material.textfield.TextInputLayout

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.createView(LayoutInflater.java:633)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:743)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:504)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:414)

E/AndroidRuntime(17783): 	at dev.olog.msc.presentation.base.BaseFragment.onCreateView(SourceFile:18)

E/AndroidRuntime(17783): 	at androidx.fragment.app.Fragment.a(SourceFile:2439)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul.a(SourceFile:1460)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul.b(SourceFile:2646)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul.a(SourceFile:2416)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul.b(SourceFile:2372)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul.b(SourceFile:2273)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul$1.run(SourceFile:733)

E/AndroidRuntime(17783): 	at android.os.Handler.handleCallback(Handler.java:739)

E/AndroidRuntime(17783): 	at android.os.Handler.dispatchMessage(Handler.java:95)

E/AndroidRuntime(17783): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(17783): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime(17783): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(17783): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(17783): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)

E/AndroidRuntime(17783): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

E/AndroidRuntime(17783): Caused by: java.lang.reflect.InvocationTargetException

E/AndroidRuntime(17783): 	at java.lang.reflect.Constructor.newInstance(Native Method)

E/AndroidRuntime(17783): 	at java.lang.reflect.Constructor.newInstance(Constructor.java:288)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.createView(LayoutInflater.java:607)

E/AndroidRuntime(17783): 	... 22 more

E/AndroidRuntime(17783): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-v21/design_password_eye.xml from drawable resource ID #0x7f0800a9

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2946)

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(17783): 	at android.content.res.Resources.getDrawable(Resources.java:1050)

E/AndroidRuntime(17783): 	at android.content.res.Resources.getDrawable(Resources.java:1032)

E/AndroidRuntime(17783): 	at android.content.Context.getDrawable(Context.java:403)

E/AndroidRuntime(17783): 	at androidx.core.content.ContextCompat.getDrawable(SourceFile:463)

E/AndroidRuntime(17783): 	at androidx.appcompat.widget.AppCompatDrawableManager.a(SourceFile:203)

E/AndroidRuntime(17783): 	at androidx.appcompat.widget.AppCompatDrawableManager.getDrawable(SourceFile:191)

E/AndroidRuntime(17783): 	at androidx.appcompat.content.res.AppCompatResources.getDrawable(SourceFile:102)

E/AndroidRuntime(17783): 	at androidx.appcompat.widget.TintTypedArray.getDrawable(SourceFile:76)

E/AndroidRuntime(17783): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:344)

E/AndroidRuntime(17783): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:247)

E/AndroidRuntime(17783): 	... 25 more

E/AndroidRuntime(17783): Caused by: android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f0800a7

E/AndroidRuntime(17783): 	at android.content.res.Resources.getResourceName(Resources.java:2413)

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2908)

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawable(Resources.java:2670)

E/AndroidRuntime(17783): 	at android.content.res.TypedArray.getDrawable(TypedArray.java:761)

E/AndroidRuntime(17783): 	at android.graphics.drawable.AnimatedStateListDrawable.parseItem(AnimatedStateListDrawable.java:503)

E/AndroidRuntime(17783): 	at android.graphics.drawable.AnimatedStateListDrawable.inflateChildElements(AnimatedStateListDrawable.java:452)

E/AndroidRuntime(17783): 	at android.graphics.drawable.AnimatedStateListDrawable.inflate(AnimatedStateListDrawable.java:384)

E/AndroidRuntime(17783): 	at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)

E/AndroidRuntime(17783): 	at android.graphics.drawable.Drawable.createFromXml(Drawable.java:1032)

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2936)

E/AndroidRuntime(17783): 	... 36 more

Bug found in Canaree (Music Player) The application crash When I try to open the folder

Project Information

Expected behavior

The application should not be crashed when I try to open any folder. The folder should be opened when I click on the folder

Actual behavior

The application crash When I try to open the folder

How to reproduce

1-Download the latest application
2-install and open the application
3- goto FOLDERS tab
4- Try opening the current folder
5- see the error

  • Browser/App version: Current Version 2.1.1
  • Operating system: 6.0.1
  • Smartphone: Galaxy j7

Recording Of The Bug

20190505_195548

My Github Account

https://github.com/facebook-786

Logcat

E/AndroidRuntime(21557): FATAL EXCEPTION: main

E/AndroidRuntime(21557): Process: dev.olog.msc, PID: 21557

E/AndroidRuntime(21557): android.view.InflateException: Binary XML file line #138: Error inflating class com.google.android.material.textfield.TextInputLayout

E/AndroidRuntime(21557): 	at android.view.LayoutInflater.createView(LayoutInflater.java:633)

E/AndroidRuntime(21557): 	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:743)

E/AndroidRuntime(21557): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)

E/AndroidRuntime(21557): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(21557): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(21557): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:504)

E/AndroidRuntime(21557): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:414)

E/AndroidRuntime(21557): 	at dev.olog.msc.presentation.base.BaseFragment.onCreateView(SourceFile:18)

E/AndroidRuntime(21557): 	at androidx.fragment.app.Fragment.a(SourceFile:2439)

E/AndroidRuntime(21557): 	at androidx.fragment.app.nul.a(SourceFile:1460)

E/AndroidRuntime(21557): 	at androidx.fragment.app.nul.b(SourceFile:2646)

E/AndroidRuntime(21557): 	at androidx.fragment.app.nul.a(SourceFile:2416)

E/AndroidRuntime(21557): 	at androidx.fragment.app.nul.b(SourceFile:2372)

E/AndroidRuntime(21557): 	at androidx.fragment.app.nul.b(SourceFile:2273)

E/AndroidRuntime(21557): 	at androidx.fragment.app.nul$1.run(SourceFile:733)

E/AndroidRuntime(21557): 	at android.os.Handler.handleCallback(Handler.java:739)

E/AndroidRuntime(21557): 	at android.os.Handler.dispatchMessage(Handler.java:95)

E/AndroidRuntime(21557): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(21557): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime(21557): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(21557): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(21557): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)

E/AndroidRuntime(21557): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

E/AndroidRuntime(21557): Caused by: java.lang.reflect.InvocationTargetException

E/AndroidRuntime(21557): 	at java.lang.reflect.Constructor.newInstance(Native Method)

E/AndroidRuntime(21557): 	at java.lang.reflect.Constructor.newInstance(Constructor.java:288)

E/AndroidRuntime(21557): 	at android.view.LayoutInflater.createView(LayoutInflater.java:607)

E/AndroidRuntime(21557): 	... 22 more

E/AndroidRuntime(21557): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-v21/design_password_eye.xml from drawable resource ID #0x7f0800a9

E/AndroidRuntime(21557): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2946)

E/AndroidRuntime(21557): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(21557): 	at android.content.res.Resources.getDrawable(Resources.java:1050)

E/AndroidRuntime(21557): 	at android.content.res.Resources.getDrawable(Resources.java:1032)

E/AndroidRuntime(21557): 	at android.content.Context.getDrawable(Context.java:403)

E/AndroidRuntime(21557): 	at androidx.core.content.ContextCompat.getDrawable(SourceFile:463)

E/AndroidRuntime(21557): 	at androidx.appcompat.widget.AppCompatDrawableManager.a(SourceFile:203)

E/AndroidRuntime(21557): 	at androidx.appcompat.widget.AppCompatDrawableManager.getDrawable(SourceFile:191)

E/AndroidRuntime(21557): 	at androidx.appcompat.content.res.AppCompatResources.getDrawable(SourceFile:102)

E/AndroidRuntime(21557): 	at androidx.appcompat.widget.TintTypedArray.getDrawable(SourceFile:76)

E/AndroidRuntime(21557): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:344)

E/AndroidRuntime(21557): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:247)

E/AndroidRuntime(21557): 	... 25 more

E/AndroidRuntime(21557): Caused by: android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f0800a7

E/AndroidRuntime(21557): 	at android.content.res.Resources.getResourceName(Resources.java:2413)

E/AndroidRuntime(21557): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2908)

E/AndroidRuntime(21557): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(21557): 	at android.content.res.Resources.loadDrawable(Resources.java:2670)

E/AndroidRuntime(21557): 	at android.content.res.TypedArray.getDrawable(TypedArray.java:761)

E/AndroidRuntime(21557): 	at android.graphics.drawable.AnimatedStateListDrawable.parseItem(AnimatedStateListDrawable.java:503)

E/AndroidRuntime(21557): 	at android.graphics.drawable.AnimatedStateListDrawable.inflateChildElements(AnimatedStateListDrawable.java:452)

E/AndroidRuntime(21557): 	at android.graphics.drawable.AnimatedStateListDrawable.inflate(AnimatedStateListDrawable.java:384)

E/AndroidRuntime(21557): 	at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)

E/AndroidRuntime(21557): 	at android.graphics.drawable.Drawable.createFromXml(Drawable.java:1032)

E/AndroidRuntime(21557): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2936)

E/AndroidRuntime(21557): 	... 36 more

Bug found in Canaree (Music Player) The application crashes when I click on the search button

Project Information

Expected behavior

The application should not crash when I click on the search button

Actual behavior

The application crashes when I click on the search button

How to reproduce

1-Download the latest application
2-install and open the application
3-click on the search icon
4- see the error

  • Browser/App version: Current Version 2.1.1
  • Operating system: 6.0.1
  • Smartphone: Galaxy j7

Recording Of The Bug

20190505_183056

My Github Account

https://github.com/facebook-786

Logcat

E/AndroidRuntime(15621): FATAL EXCEPTION: main

E/AndroidRuntime(15621): Process: dev.olog.msc, PID: 15621

E/AndroidRuntime(15621): android.view.InflateException: Binary XML file line #54: Error inflating class com.google.android.material.textfield.TextInputLayout

E/AndroidRuntime(15621): 	at android.view.LayoutInflater.createView(LayoutInflater.java:633)

E/AndroidRuntime(15621): 	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:743)

E/AndroidRuntime(15621): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)

E/AndroidRuntime(15621): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(15621): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(15621): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:504)

E/AndroidRuntime(15621): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:414)

E/AndroidRuntime(15621): 	at dev.olog.msc.presentation.base.BaseFragment.onCreateView(SourceFile:18)

E/AndroidRuntime(15621): 	at androidx.fragment.app.Fragment.a(SourceFile:2439)

E/AndroidRuntime(15621): 	at androidx.fragment.app.nul.a(SourceFile:1460)

E/AndroidRuntime(15621): 	at androidx.fragment.app.nul.b(SourceFile:1784)

E/AndroidRuntime(15621): 	at androidx.fragment.app.nul.a(SourceFile:1852)

E/AndroidRuntime(15621): 	at androidx.fragment.app.aux.b(SourceFile:802)

E/AndroidRuntime(15621): 	at androidx.fragment.app.nul.b(SourceFile:2625)

E/AndroidRuntime(15621): 	at androidx.fragment.app.nul.a(SourceFile:2411)

E/AndroidRuntime(15621): 	at androidx.fragment.app.nul.b(SourceFile:2366)

E/AndroidRuntime(15621): 	at androidx.fragment.app.nul.b(SourceFile:2273)

E/AndroidRuntime(15621): 	at androidx.fragment.app.nul$1.run(SourceFile:733)

E/AndroidRuntime(15621): 	at android.os.Handler.handleCallback(Handler.java:739)

E/AndroidRuntime(15621): 	at android.os.Handler.dispatchMessage(Handler.java:95)

E/AndroidRuntime(15621): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(15621): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime(15621): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(15621): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(15621): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)

E/AndroidRuntime(15621): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

E/AndroidRuntime(15621): Caused by: java.lang.reflect.InvocationTargetException

E/AndroidRuntime(15621): 	at java.lang.reflect.Constructor.newInstance(Native Method)

E/AndroidRuntime(15621): 	at java.lang.reflect.Constructor.newInstance(Constructor.java:288)

E/AndroidRuntime(15621): 	at android.view.LayoutInflater.createView(LayoutInflater.java:607)

E/AndroidRuntime(15621): 	... 25 more

E/AndroidRuntime(15621): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-v21/design_password_eye.xml from drawable resource ID #0x7f0800a9

E/AndroidRuntime(15621): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2946)

E/AndroidRuntime(15621): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(15621): 	at android.content.res.Resources.getDrawable(Resources.java:1050)

E/AndroidRuntime(15621): 	at android.content.res.Resources.getDrawable(Resources.java:1032)

E/AndroidRuntime(15621): 	at android.content.Context.getDrawable(Context.java:403)

E/AndroidRuntime(15621): 	at androidx.core.content.ContextCompat.getDrawable(SourceFile:463)

E/AndroidRuntime(15621): 	at androidx.appcompat.widget.AppCompatDrawableManager.a(SourceFile:203)

E/AndroidRuntime(15621): 	at androidx.appcompat.widget.AppCompatDrawableManager.getDrawable(SourceFile:191)

E/AndroidRuntime(15621): 	at androidx.appcompat.content.res.AppCompatResources.getDrawable(SourceFile:102)

E/AndroidRuntime(15621): 	at androidx.appcompat.widget.TintTypedArray.getDrawable(SourceFile:76)

E/AndroidRuntime(15621): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:344)

E/AndroidRuntime(15621): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:247)

E/AndroidRuntime(15621): 	... 28 more

E/AndroidRuntime(15621): Caused by: android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f0800a7

E/AndroidRuntime(15621): 	at android.content.res.Resources.getResourceName(Resources.java:2413)

E/AndroidRuntime(15621): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2908)

E/AndroidRuntime(15621): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(15621): 	at android.content.res.Resources.loadDrawable(Resources.java:2670)

E/AndroidRuntime(15621): 	at android.content.res.TypedArray.getDrawable(TypedArray.java:761)

E/AndroidRuntime(15621): 	at android.graphics.drawable.AnimatedStateListDrawable.parseItem(AnimatedStateListDrawable.java:503)

E/AndroidRuntime(15621): 	at android.graphics.drawable.AnimatedStateListDrawable.inflateChildElements(AnimatedStateListDrawable.java:452)

E/AndroidRuntime(15621): 	at android.graphics.drawable.AnimatedStateListDrawable.inflate(AnimatedStateListDrawable.java:384)

E/AndroidRuntime(15621): 	at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)

E/AndroidRuntime(15621): 	at android.graphics.drawable.Drawable.createFromXml(Drawable.java:1032)

E/AndroidRuntime(15621): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2936)

E/AndroidRuntime(15621): 	... 39 more

not found core_settings_min.gradle

core_settings_min.gradle

ERROR: Could not read script '....\canaree-music-player\Users\eugeniuolog\AndroidStudioProjects\ExoPlayer\core_settings_min.gradle' as it does not exist.

Can you please update with sample code

Gapless playback is a little *too* gapless

A gapless playback implementation in ExoPlayer!? Marvelous!

Except…if I play two tracks with no gap between them, the second track starts before the first one ends. This seems like a bad thing. Hopefully it's easy to fix!

But regardless—kudos for getting it working at all.

Player probably shouldn't scan notification and ringtone sounds by default

One small annoyance I've noticed when using Canaree is that all the ringtones and notifications sounds that come with my phone show up as their own folder in the music library. It seems like these folders should be hidden from the library by default or not even scanned in the first place. Thanks!

Bug found in Canaree (Music Player) The application crash when I try to open any Albums Songs

Project Information

Expected behavior

The application should not crash when I go to the album and open any song

Actual behavior

The application crash when I try to open any Albums Songs

How to reproduce

1-Download the latest application
2-install and open the application
3- click on ALBUMS
4- open any song
5- see the error

  • Browser/App version: Current Version 2.1.1
  • Operating system: 6.0.1
  • Smartphone: Galaxy j7

Recording Of The Bug

20190505_183814

My Github Account

https://github.com/facebook-786

Logcat

D/AndroidRuntime(17783): Shutting down VM

E/AndroidRuntime(17783): FATAL EXCEPTION: main

E/AndroidRuntime(17783): Process: dev.olog.msc, PID: 17783

E/AndroidRuntime(17783): android.view.InflateException: Binary XML file line #138: Error inflating class com.google.android.material.textfield.TextInputLayout

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.createView(LayoutInflater.java:633)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:743)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:806)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.rInflate(LayoutInflater.java:809)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:504)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.inflate(LayoutInflater.java:414)

E/AndroidRuntime(17783): 	at dev.olog.msc.presentation.base.BaseFragment.onCreateView(SourceFile:18)

E/AndroidRuntime(17783): 	at androidx.fragment.app.Fragment.a(SourceFile:2439)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul.a(SourceFile:1460)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul.b(SourceFile:2646)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul.a(SourceFile:2416)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul.b(SourceFile:2372)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul.b(SourceFile:2273)

E/AndroidRuntime(17783): 	at androidx.fragment.app.nul$1.run(SourceFile:733)

E/AndroidRuntime(17783): 	at android.os.Handler.handleCallback(Handler.java:739)

E/AndroidRuntime(17783): 	at android.os.Handler.dispatchMessage(Handler.java:95)

E/AndroidRuntime(17783): 	at android.os.Looper.loop(Looper.java:135)

E/AndroidRuntime(17783): 	at android.app.ActivityThread.main(ActivityThread.java:5910)

E/AndroidRuntime(17783): 	at java.lang.reflect.Method.invoke(Native Method)

E/AndroidRuntime(17783): 	at java.lang.reflect.Method.invoke(Method.java:372)

E/AndroidRuntime(17783): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)

E/AndroidRuntime(17783): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

E/AndroidRuntime(17783): Caused by: java.lang.reflect.InvocationTargetException

E/AndroidRuntime(17783): 	at java.lang.reflect.Constructor.newInstance(Native Method)

E/AndroidRuntime(17783): 	at java.lang.reflect.Constructor.newInstance(Constructor.java:288)

E/AndroidRuntime(17783): 	at android.view.LayoutInflater.createView(LayoutInflater.java:607)

E/AndroidRuntime(17783): 	... 22 more

E/AndroidRuntime(17783): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-v21/design_password_eye.xml from drawable resource ID #0x7f0800a9

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2946)

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(17783): 	at android.content.res.Resources.getDrawable(Resources.java:1050)

E/AndroidRuntime(17783): 	at android.content.res.Resources.getDrawable(Resources.java:1032)

E/AndroidRuntime(17783): 	at android.content.Context.getDrawable(Context.java:403)

E/AndroidRuntime(17783): 	at androidx.core.content.ContextCompat.getDrawable(SourceFile:463)

E/AndroidRuntime(17783): 	at androidx.appcompat.widget.AppCompatDrawableManager.a(SourceFile:203)

E/AndroidRuntime(17783): 	at androidx.appcompat.widget.AppCompatDrawableManager.getDrawable(SourceFile:191)

E/AndroidRuntime(17783): 	at androidx.appcompat.content.res.AppCompatResources.getDrawable(SourceFile:102)

E/AndroidRuntime(17783): 	at androidx.appcompat.widget.TintTypedArray.getDrawable(SourceFile:76)

E/AndroidRuntime(17783): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:344)

E/AndroidRuntime(17783): 	at com.google.android.material.textfield.TextInputLayout.(SourceFile:247)

E/AndroidRuntime(17783): 	... 25 more

E/AndroidRuntime(17783): Caused by: android.content.res.Resources$NotFoundException: Unable to find resource ID #0x7f0800a7

E/AndroidRuntime(17783): 	at android.content.res.Resources.getResourceName(Resources.java:2413)

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2908)

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawable(Resources.java:2821)

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawable(Resources.java:2670)

E/AndroidRuntime(17783): 	at android.content.res.TypedArray.getDrawable(TypedArray.java:761)

E/AndroidRuntime(17783): 	at android.graphics.drawable.AnimatedStateListDrawable.parseItem(AnimatedStateListDrawable.java:503)

E/AndroidRuntime(17783): 	at android.graphics.drawable.AnimatedStateListDrawable.inflateChildElements(AnimatedStateListDrawable.java:452)

E/AndroidRuntime(17783): 	at android.graphics.drawable.AnimatedStateListDrawable.inflate(AnimatedStateListDrawable.java:384)

E/AndroidRuntime(17783): 	at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:1128)

E/AndroidRuntime(17783): 	at android.graphics.drawable.Drawable.createFromXml(Drawable.java:1032)

E/AndroidRuntime(17783): 	at android.content.res.Resources.loadDrawableForCookie(Resources.java:2936)

E/AndroidRuntime(17783): 	... 36 more

Lyrics

The app doesn't recognize lyrics, neither from .lrc files nor from the lyrics tag.
Works on other music players.

Android 10
Galaxy A10s

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.