Skip to content

Commit

Permalink
https://github.com/trevorf/ti-android-streamer/issues/7
Browse files Browse the repository at this point in the history
Unfortunately I got the following exception:

INFO] Decoder: start() starting native decoder - OpenCORE-MP3
[INFO] art: art/runtime/thread.cc:1336] No pending exception expected: java.lang.NoSuchMethodError: no non-static method "Lcom/spoledge/aacdecoder/Decoder$Info;.next()Lcom/spoledge/aacdecoder/BufferReader$Buffer;"
[INFO] art: art/runtime/thread.cc:1336] at int com.spoledge.aacdecoder.Decoder.nativeStart(int, com.spoledge.aacdecoder.BufferReader, com.spoledge.aacdecoder.Decoder$Info) (Decoder.java:-2)

Alternatively I found this thread: vbartacek/aacdecoder-android#76
With a link to a android.zip with new compiled accdecoder libs fixing text relocations issues, preventing the lib to run on Android 6.0 Marshmellow.

I updated the libs in the 1.7.1 version of Trevor's module. Everything works now!
  • Loading branch information
karaoak committed Feb 19, 2016
1 parent 372763c commit 539d4d9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 0 deletions.
Binary file modified lib/aacdecoder-android-0.8.jar
Binary file not shown.
Empty file modified lib/armeabi-v7a/libaacdecoder.so
100644 → 100755
Empty file.
Empty file modified lib/armeabi/libaacdecoder.so
100644 → 100755
Empty file.
Binary file added lib/mips/libaacdecoder.so
Binary file not shown.
Binary file modified lib/x86/libaacdecoder.so
100644 → 100755
Binary file not shown.

0 comments on commit 539d4d9

Please sign in to comment.