willsazon

Results 8 comments of willsazon

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...

I have the same problem.

look [here](https://github.com/iammert/RadioPlayerService/issues/56).

This is how it was here. ``` **@Override public void onRadioStarted() { runOnUiThread(new Runnable() { @Override public void run() { nomeMusica.setText("Reproduzindo Áudio..."); findViewById(R.id.iv_player).setBackgroundResource(R.drawable.action_pause); } }); }** ```

Hello. I was able to solve this problem using the lib of this [link](https://medium.com/mobiwise-blog/unsatisfiedlinkerror-problem-on-some-android-devices-b77f2f83837d) and the solution of that [link](https://github.com/vbartacek/aacdecoder-android/issues/80).

@mitab86 The libs that worked are in this link, however it is necessary to create a project from scratch and import the classes of the RadioPlayerService and not only use...

Consegui contornar a situação com o exemplo do [link.](https://github.com/oscarjiv91/Android-Check-Internet-Connection/blob/master/README.md)