Closed a1573595 closed 4 years ago
I fixed this bug by adding Transient annotation before local fields of ASong class. I also solved some other issues and updated my source code. Now you can use it and it would be great if you let me know if this issue still exists!
Thanks.
Hi, I encountered the following error when executing the project
D:\Android\MusicPlayer\app\build\tmp\kapt3\stubs\debug\com\android\musicplayer\data\model\Song.java:8: error: Multiple fields have the same columnName: duration. Field names: duration, duration. public final class Song extends com.android.player.model.ASong implements android.os.Parcelable { ^
After trying several methods are still unable to run the project order:
Did I miss something?