Android程序调用第三方库lib***.so
参考资料:
http://blog.youkuaiyun.com/jiuyueguang/article/details/9449737
碰到问题:
Call requires API level 9 (current min is 8): android.hardware.Camera#open
解决方法:
Android tools > Clear Link Markers
“Run Android Lint” makes some markers and the markers cause this error.
本文详细介绍了如何解决Android程序在调用第三方库lib***.so时遇到的CallrequiresAPIlevel9(currentminis8)错误。通过使用Android Tools中的ClearLinkMarkers功能,以及运行Android Lint来清除标记,可以有效解决该问题。
1479

被折叠的 条评论
为什么被折叠?



