Pasta-Music
Pasta-Music copied to clipboard
(unmaintained) A material design music player for Android, based off Pasta for Spotify
An error occurred Error: favorite track menu action pasta.streamer.activities.PlayerActivity Please update the app I love it and I want to switch to it but this has been stopping me from...
``` Error:Execution failed for task ':app:compileArmv7DebugJavaWithJavac'. > java.lang.RuntimeException: failure, see logs for details. cannot generate view binders com.sun.tools.javac.code.Symbol$CompletionFailure: 找不到android.view.View$InvalidateInfo的类文件 ```
Use a basic ListData class with onBind and getViewHolder methods, and modify the adapters to take a List as an argument, then have the other .data classes extend ListData and...
The ListData classes will need to be modified in order to account for this.