repo init -u https://android.googlesource.com/platform/manifest -b android-5.0.0_r2
repo sync -j16
或者
repo init -u https://android.googlesource.com/platform/manifest -b lollipop-release
repo s...
分类:
移动开发 时间:
2014-11-04 11:02:50
阅读次数:
156
jar包根目录里的META-INF目录下的MANIFEST.MF文件里一般有会记录版本信息,可以到这个文件里查看 打开Java的JAR文件我们经常可以看到文件中包含着一个META-INF目录,这个目录下会有一些文件,其中必有一个MANIFEST.MF,这个文件描述了该Jar文件的很多信息,下面将详细...
分类:
编程语言 时间:
2014-11-04 10:46:51
阅读次数:
256
Android中BroadcastReceiver主要用途有 发送通知,更新UI或者数据,应用程序间相互通信,监听系统状态(比如开机,网络等) Android中BroadcasetReceiver的注册方式 manifest清单文件中的全局注册 按照生命周期,...
分类:
移动开发 时间:
2014-11-03 22:45:42
阅读次数:
313
更新Cocoapod之后出现问题:
diff: /../Podfile.lock: No such file or directory
diff: Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or updat...
分类:
移动开发 时间:
2014-11-03 19:31:04
阅读次数:
194
1. Correctness
1) DuplicatedIds
Layout中id应该唯一
2) NewApi
代码中使用的某些API高于Manifest中的Min SDK
3) InconsistentArrays
字符串国际化中,同一名字的的String-Array对应的item值不相同
4) Registered
Activity/Service/Conten...
分类:
移动开发 时间:
2014-11-03 16:28:50
阅读次数:
196
脚本待处理事务1,替换指定行数据2,获取$1 :字段分割【Tips Notes,byRui】从光盘等安装媒介中isntallp -l -d /opt/ruiyhe or /dev/cd0 搜索所有的packages,以:坐字段分割符,使用shell截取$2字段,捕获到的这个字段就是光盘中可以使用的软...
分类:
其他好文 时间:
2014-11-02 19:31:55
阅读次数:
163
Manifest Merger的简介本文地址: http://blog.csdn.net/caroline_wendyManifest Merger可以使用一些策略,合并Android APP模块之间的Manifest,从而保证Manifest的整洁。参考: http://tools.android.com/tech-docs/new-build-system/user-guide/manifes...
分类:
移动开发 时间:
2014-11-02 12:34:16
阅读次数:
212
监听Activity点击无效本文地址: http://blog.csdn.net/caroline_wendy...
分类:
移动开发 时间:
2014-11-02 12:31:50
阅读次数:
228
demo控制脚本tel,150 5519 8367Running Puppet on AIXPuppet on AIX is… not officially supported, yet still useful (at least one site has it deployed in a pro...
分类:
其他好文 时间:
2014-11-01 19:01:30
阅读次数:
222
关于预处理的“常识”预处理并不是编译,也不是“预编译”。预处理并不是每个语言都有的。C/C++预处理仅仅是把源程序划分和整理成一个个的段(phase),并不进行编译。预处理器在UNIX传统中通常缩写为PP,在自动构建脚本中C预处理器被缩写为CPP的宏指代。为了不造成歧义,C++(c..
分类:
编程语言 时间:
2014-10-31 15:55:01
阅读次数:
215