aacdecoder-android icon indicating copy to clipboard operation
aacdecoder-android copied to clipboard

Fatal issue

Open ferenczAndras opened this issue 9 years ago • 6 comments

Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.ferenczandras.marosvasarhelyiradio-2/lib/arm/libaacdecoder.so: has text relocations
       at java.lang.Runtime.loadLibrary(Runtime.java:372)
       at java.lang.System.loadLibrary(System.java:1076)
       at com.spoledge.aacdecoder.Decoder.loadLibrary(Decoder.java:187)
       at com.spoledge.aacdecoder.Decoder.create(Decoder.java:221)
       at com.spoledge.aacdecoder.Decoder.create(Decoder.java:198)
       at com.spoledge.aacdecoder.AACPlayer.createDecoder(AACPlayer.java:508)
       at com.spoledge.aacdecoder.MultiPlayer.createDecoder(MultiPlayer.java:91)
       at com.spoledge.aacdecoder.AACPlayer.<init>(AACPlayer.java:130)
       at com.spoledge.aacdecoder.MultiPlayer.<init>(MultiPlayer.java:81)
       at co.mobiwise.library.radio.RadioPlayerService.getPlayer(RadioPlayerService.java:401)
       at co.mobiwise.library.radio.RadioPlayerService.onCreate(RadioPlayerService.java:228)
       at android.app.ActivityThread.handleCreateService(ActivityThread.java:2895)
       at android.app.ActivityThread.access$1900(ActivityThread.java:157)
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1439)
       at android.os.Handler.dispatchMessage(Handler.java:102)
       at android.os.Looper.loop(Looper.java:148)
       at android.app.ActivityThread.main(ActivityThread.java:5527)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:730)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:620)

I have no idea what happened ...

ferenczAndras avatar Feb 15 '16 16:02 ferenczAndras

@ferenczAndras use it on your project. https://mega.nz/#!EQIVTLIL!mwwakCztR5yd_VjAjS7TJ0kCKO3hrH5mqFkcth9SLc0

Informatheus avatar Apr 13 '16 14:04 Informatheus

@Informatheus were you able to also generate the 64 version files?

Thanks!!

mpccolorado avatar Apr 25 '16 16:04 mpccolorado

Which files?

Date: Mon, 25 Apr 2016 09:49:37 -0700 From: [email protected] To: [email protected] CC: [email protected]; [email protected] Subject: Re: [vbartacek/aacdecoder-android] Fatal issue (#80)

@Informatheus were you able to also generate the 64 version files?

Thanks!!

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub

Informatheus avatar Apr 25 '16 22:04 Informatheus

Sorry for the delay @Informatheus, I mean these ones: #74

Thanks!

mpccolorado avatar Apr 30 '16 14:04 mpccolorado

@Informatheus how to use your given files on project to solve this issue

ghost avatar Apr 26 '17 13:04 ghost

Using the attached file, aim for the error java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/myapp-1/lib/arm/libaacdecoder.so: has text relocations in Android M using the Moto G device. On other devices like J7 among others the problem does not exist. Has anyone managed to resolve this issue?

willsazon avatar May 09 '17 12:05 willsazon