
Android
nlphacker
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android: 调试C++代码
基本流程:adb push gdbserver原创 2014-10-12 10:28:45 · 538 阅读 · 0 评论 -
Andoroi NDK 开发
如何将现有的C++代码移植到A原创 2014-10-02 15:00:26 · 455 阅读 · 0 评论 -
Android代码研究
这个网站可以很容易的浏览Android代码http://androidxref.com/4.4.4_r1/原创 2014-10-12 10:26:58 · 449 阅读 · 0 评论 -
How to build and debug android source code
System: ubuntu 14.041. download source codeout/host/linux-x86/bin/emulator -sysdir out/target/product/generic/ -system out/target/product/generic/system.img -ramdisk out/target/product/gener原创 2014-10-11 11:37:03 · 916 阅读 · 0 评论 -
build command in android
voke ". build/envsetup.sh" from your shell to add the following functions to your environment: lunch: lunch -build_variant> tapas: tapas [App1> App2> ...] [arm|x86|mips|armv5] [eng|userdebug原创 2014-11-23 17:33:19 · 502 阅读 · 0 评论