08 2012 档案

摘要:最近有一个问题,困扰了很久都没有解决,就是在使用aidl进行进程间通信时,我的开发环境无法自动在gen目录下生成java文件。我用的是ubuntu的操作系统。而同样的source在其他同事的开发环境下都是可以的。检查sdk开发包安装都没有问题,platform-tools文件夹下aidl的编译工具也安静的躺在那边,怎么就不工作呢?薪水太少??在android发布了4.1开发包以后,发现tools和platform-tools都有更新安装,于是想刚好趁这个机会看能不能把问题解决。于是更新安装最新的tools和platform-tools。clean一下project,重新build,竟然报错了, 阅读全文
posted @ 2012-08-23 11:50 日光之下无新事 阅读(4815) 评论(0) 推荐(0)
摘要:其中播放youtube视频的核心代码借鉴网上开源代码。代码如下:Format.java/** * Represents a format in the "fmt_list" parameter * Currently, only id is used * */public class Format { protected int mId; /** * Construct this object from one of the strings in the "fmt_list" parameter * @param pFormatString one of 阅读全文
posted @ 2012-08-06 12:43 日光之下无新事 阅读(4866) 评论(1) 推荐(0)