ExoPlayer错误:找不到符号变量CRYPTO_MODE_AES_CBC

时间:2016-10-14 20:47:37

标签: android cryptography exoplayer

从github克隆Android ExoPlayer项目(https://github.com/google/ExoPlayer) 并在Android Studio中打开。

收到此错误:cannot find symbol variable CRYPTO_MODE_AES_CBC

任何建议如何解决将不胜感激。

1 个答案:

答案 0 :(得分:3)

在Android 7.0,API 24中添加了

CRYPTO_MODE_AES_CBC。确保安装了API 24,并且您正在使用API​​ 24(the default)进行编译。