Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/trevorf/ti-android-streamer/issues/7
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