Android Question Radio Player app crashes with B4A 8.3

jcesar

Active Member
Licensed User
Longtime User
After compile my radio app with new version off B4a i get the error:

java.lang.RuntimeException: Method: RegisterIcyURLStreamHandler not found in: android.app.Application

I'm using aacdecoder-android-0.8.jar.
 

Pendrush

Well-Known Member
Licensed User
Longtime User
Switch player to ExoPlayer, is working faster and should handle ICY (http/0.9) protocol fine on devices with Android 5.0+.
 
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
With aacdecoder-android-0.8.jar you will have all kind of problems on newer Android version. ExoPlayer is proper solution with minsdk set to 21.
 
Upvote 0
Top