RadioPlayerService
RadioPlayerService copied to clipboard
Fixing Text relocations and crash
Thanks for this awesome library. Please use this library as dependency, instead of vbartacek/aacdecoder-android to fix Text relocations and crash problem in Android 6.0 and above.
did you manage to avoid the Text relocations dialog with the tarigo's patch on the aac decoder library?
EDIT: ok so i managed to build an .aar module and include it in my project with the newer aacdecoder jar from the link above. As i have tested this on a Nexus 5X with Nougat seems like the problem is fixed.
Would suggest that the author updates the dependency as suggested.
P.S. thanks for this amazing lib :)
Solved my #48 Huawei P9 crash! Thanks @ratulbside.
P.S: Would suggest that the author updates the dependency as suggested. (2)
@ratulbside @bkoruznjak could you please guide me on using this tarigo library. There is no jar file and I don't know how to use it in my project. Any help will be helpful
@mitab86 to be completely honest I forgot what I did exactly...
I think I git cloned the decoder from spoledge and compiled it into an .aar file (how to 1 & how to 2)
I then included it into my gradle build like so:
dependencies{ ... compile project(':library-release') ... }
And then it should work...you just need to use the classes from the spoledge lib mentioned above. Good luck, hope you manage to fix it :)
Thank you @bkoruznjak for the quick response. I will work through these steps
Edit: I was successfully able to solve the problem from these files at https://mega.nz/#!EQIVTLIL!mwwakCztR5yd_VjAjS7TJ0kCKO3hrH5mqFkcth9SLc0 Which contains jar file and .so files