上一页 1 ··· 405 406 407 408 409 410 411 412 413 ··· 480 下一页
摘要: http://android-doc.com/androiddocs/2017/1018/5416.html https://www.2cto.com/kf/201801/714366.html https://zhuanlan.zhihu.com/p/25262844 时间:2017-10-18 阅读全文
posted @ 2018-05-21 16:56 a318013800 阅读(365) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-05-21 16:30 a318013800 阅读(0) 评论(0) 推荐(0)
摘要: 介绍 ijkplayer是一款非常火的开源视频播放器,android和IOS通用。关于怎么编译怎么导入android Studio中自己的项目,其中坑很多,本篇记录下自己的操作记录。ijkplayer现在的版本是0.8.3,当然是使用最新的版本集成了。 编译ijkplayer 关于编译,我是在Ubu 阅读全文
posted @ 2018-05-21 16:16 a318013800 阅读(7554) 评论(0) 推荐(0)
摘要: 1、IJKPlayer 不像系统播放器会给你旋转视频角度,所以你需要通过onInfo的what == IMediaPlayer.MEDIA_INFO_VIDEO_ROTATION_CHANGED去获取角度,自己旋转画面;或者开启硬解硬解码,不过硬解码容易造成黑屏无声,诸位慎重啊O__O "…。 me 阅读全文
posted @ 2018-05-21 16:07 a318013800 阅读(957) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/c5d972ab0309 1.ijkplayer 项目地址: https://github.com/Bilibili/ijkplayer 介绍:Ijkplayer 是Bilibili发布的基于 FFplay 的轻量级 Android/iOS 视频播 阅读全文
posted @ 2018-05-21 10:25 a318013800 阅读(739) 评论(0) 推荐(0)
摘要: Eclipse 添加GBK编码 首先Windows->Preferences, 然后选择General下面的Workspace. Text file encoding选择Other GBK, 如果没有GBK的选项, 没关系, 直接输入GBK三个字母, Apply, GBK编码的中文, 已经不是乱码了 阅读全文
posted @ 2018-05-19 17:46 a318013800 阅读(960) 评论(0) 推荐(0)
摘要: adb shell kill [PID] //杀死进程 adb 命令查看程序进程方便简洁高效 adb shell ps //查看所有进程列表,Process Status adb shell ps|grep <package_name> //查看package_name程序进程 adb shell  阅读全文
posted @ 2018-05-17 11:09 a318013800 阅读(14129) 评论(0) 推荐(0)
摘要: up vote 159 down vote accepted You can use: sudo apt-get install unrar or sudo apt-get install unar I recommend you install only one of these (unrar i 阅读全文
posted @ 2018-05-17 10:07 a318013800 阅读(633) 评论(0) 推荐(0)
摘要: 安装错误:“E: Unmet dependencies.” 原因:非正常停止apt-get install * 错误提示:E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution) 阅读全文
posted @ 2018-05-17 09:46 a318013800 阅读(231) 评论(0) 推荐(0)
摘要: https://code.tutsplus.com/tutorials/quick-tip-using-butter-knife-to-inject-views-on-android--cms-23542 https://www.journaldev.com/10439/android-butter 阅读全文
posted @ 2018-05-17 09:19 a318013800 阅读(117) 评论(0) 推荐(0)
上一页 1 ··· 405 406 407 408 409 410 411 412 413 ··· 480 下一页