iammert / RadioPlayerService

Android service library which uses AAC Player. Ready to use Radio Player Service.
254 stars 91 forks source link

App implementing RadioPlayerService crash on 64bits processors #48

Closed ajoaespinola closed 7 years ago

ajoaespinola commented 7 years ago

Hello everyone:

I tested my app in 2 phones (Samsung A5 2016 and Huawei P9), in the A5 works fine but i have a big crash on the Huawei (with arm64-v8a). I apply the solution showed on the wiki "If you get UnsatisfiedLinkError on some android devices, please go through the link that I explained how to solve it." but still have the problem.

build.gradle screenshot from 2017-01-30 16-49-48

ADV screenshot from 2017-01-30 16-40-20

Any help?

ajoaespinola commented 7 years ago

SOLVED!

I rollback all changes suggested by "UnsatisfiedLinkError... page" and apply the #46 change, replace aacdecoder-android-0.8.jar and all the libaacdecoder.so files from https://github.com/tarigo/aacdecoder-android, tested and worked!