zoukankan
html css js c++ java
cannot load library 'libportaudio.so.2': libportaudio.so.2: cannot open shared object file: No such file or directory
问题原因
某个路径找不到
解决方案
cd /etc/ld.so.conf.d vim localusr.conf # 输入内容 /usr/local/lib/ ldconfig
查看全文
相关阅读:
大叔程序员的第六天 @布局&eclipse配置文件
20130305Android自定义Button按钮显示样式
solr学习(1)
Lucence3.0学习(1)
Liskov Substitution Principle (LSP) OO设计的里氏替换原则
对于高内聚低耦合的理解
ASP.NET 网站中的共享代码文件夹
二探String类型
初探String类型
版本控制初探1
原文地址:https://www.cnblogs.com/mayite/p/13233074.html
最新文章
SQLite优化方法
Android之Widget学习总结
Android之SurfaceView使用总结
Android之SurfaceView实现视频播放
Android之单元测试学习
Android之菜单总结
Android之View和SurfaceView
Android解析XML
android之VideoView和视频播放View的扩展
Android SQLite学习指南
热门文章
在windows平台上搭建Android开发环境-图例
分享一个小朋友的文章:编程一样可以很带感
大叔的第四天 @HTTP请求,JSON,LISTVIEW
大叔程序员的第二天 @Fragment学习
ListView点击无效
大叔程序员的第二天@R文件丢失&滑动事件&项目搜索字符&Intent 2种写法
大叔的第三天@ 正则表达式~使用自定义标题~屏幕适配~edittext的边框~一些常量
大叔的第四天@既有图片又有文字的Button按钮
大叔程序员的第二天 @触摸关闭软键盘
大叔程序员的第九天 @动态添加Layout用Radio进行切换
Copyright © 2011-2022 走看看