Skip to content
Haruki Hasegawa edited this page Nov 22, 2014 · 1 revision

Known issues

OpenSL* prefixed classes

NDK Build warning (APP_PLATFORM android-14 is larger...)

Android NDK: WARNING: APP_PLATFORM android-14 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml

Just ignore it. OpenSLMediaPlayer class is available API level >= 14, but StandardMediaPlayer is available API level >= 9.

Can't play HTTP source on Lollipop

This issue is Android OS's bug since L preview release.

Crash occurs while running testPlayerStateTransition() testcase on Lollipop

This issue is Android OS's bug since L preview release.

Standard* prefixed classes

Some tests fails (everytime or randomly)

Maybe, the results are as intended (I think those failures of test cases are trivial). The Android's MediaPlayer class is not perfect, and also StandardMediaPlayer class is not perfect. Because some unexpected behaviors are difficult to fix in user application layer.