Matheus Henrique da Silva

Results 17 comments of Matheus Henrique da Silva

Thank you very much for your attemption.

Same problem, i had to stop using this lib cause i need com.android.support:design:22.2.1.

Same problem, i had to stop using this lib cause i need com.android.support:design:22.2.1.

Same problem, i had to stop using this lib cause i need com.android.support:design:22.2.1.

https://github.com/vbartacek/aacdecoder-android/issues/67

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

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

@Override public void playerMetadata(final String key, final String value) { ``` if (key == null || key.isEmpty()) { return; } if ("StreamTitle".equals(key)) { MUSIC = value; } else if ("icy-name".equals(key))...

> https://github.com/scysys/android-aacdecoder God bless you!

@tarigo thanks for the work. But the lib doesnt work if i set _targetSdkVersion 28_ which is what google play requires to update the app. Can you help me pls?