suman-tms

Results 5 issues of suman-tms

After I call ` checker.downloadAndInstall("http://www.abc.com/ap.apk");` **I get this error** ![parse error](https://cloud.githubusercontent.com/assets/10903786/26274610/dd9c2d42-3d90-11e7-896f-3751ecdf0434.jpeg)

java.lang.RuntimeException: Unable to start activity ComponentInfo{packagename.MainActivity}: android.os.NetworkOnMainThreadException

How can I stream radio using this library?

When i add some code after listener the radio wont play. Like when i try to do something like add a toast messge inside onMetaDataReceived. The app doesnt play anything...

Please help me to fix this issue! Exception java.lang.UnsatisfiedLinkError: dlopen failed: x/data/app/com.radio/lib/arm/libaacdecoder.so: has text relocations java.lang.Runtime.loadLibrary (Runtime.java:372) java.lang.System.loadLibrary (System.java:1076) com.spoledge.aacdecoder.Decoder.loadLibrary (Decoder.java:187) com.spoledge.aacdecoder.Decoder.create (Decoder.java:221) com.spoledge.aacdecoder.Decoder.create (Decoder.java:198) com.spoledge.aacdecoder.AACPlayer.createDecoder (AACPlayer.java:508) com.spoledge.aacdecoder.MultiPlayer.createDecoder (MultiPlayer.java:91) com.spoledge.aacdecoder.AACPlayer....