-
Notifications
You must be signed in to change notification settings - Fork 94
Known Issues
Haruki Hasegawa edited this page Nov 22, 2014
·
1 revision
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.
This issue is Android OS's bug since L preview release.
This issue is Android OS's bug since L preview release.
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.