摘要:
上周末升级了ndk,应该是最新版的v17.0版本了,当时也没测试,屁颠屁颠的就回家撸猫了。。。 今天一跑代码在build时报错: ABIs [armeabi] are not supported for platform. Supported ABIs are [armeabi-v7a, arm64 阅读全文
摘要:
在使用MediaPlayer播放音频时报出 E/MediaPlayer: start called in state 4, mPlayer(0xcc719a40)错误 贴出代码 原因是在调用prepareAsync()时以异步方式进入Prepared状态过程中即preparing状态中,调用了sta 阅读全文