-
-
0http://www.cnblogs.com/sevenyuan/p/4347018.html
-
2http://www.ibm.com/developerworks/cn/java/j-jni/ http://docs.oracle.com/javase/7/docs/technotes/guides/jni/spec/j
-
7http://trac.ffmpeg.org/wiki/CompilationGuide/Android
-
2http://hukai.me/android-training-course-in-chinese/
-
5C语言初学者学习资料 百度云链接:http://pan.baidu.com/s/1eQ49UKy 密码:pxpm ① 美国大学教材《C How to Program 第五版》 ② C语言之父丹尼斯*里奇的《The C Programming Language》 ③ msdn ④ 想要精通C语言,还是需要学习汇编 Visual Studio 2015: ① Visual Studio 2015环境搭建: http://jingyan.baidu.com/article/642c9d34fc5fa0644b46f74a.html ② Visual Studio 2015 中安装 Visual Assist X: http://jingyan.baidu.com/article/9f7e7ec0adf4a06f28155405.html ③ Visual Studio 2015离线版msdn下载和安装: http://jingyan.baidu.com/articl
-
11、android ndk 如何取消"add native support http://jingyan.baidu.com/article/380abd0a7309181d91192c55.html 2、android 工程如何修改 android sdk 版本 http://jingyan.baidu.com/article/c910274bfdd000cd371d2d4b.html 3、android 官网无法访问的解决方法 http://jingyan.baidu.com/article/ff42efa91d7abcc19e2202f0.html 4、调试程序时出现“adb is down”的解决办法 http://tieba.baidu.com/p/3215556254 5、Avoid hardcoding the debug mode http://jingyan.baidu.com/article/636f38bb217a83d6b84610cd.html 6、android adt自带eclipse无法设置ndk路径 http://jingyan.baid
-
51、eclipse导入java和android sdk源码,帮助文档 http://jingyan.baidu.com/article/acf728fd2476e2f8e410a35a.html 2、ndk 打印日志的函数 http://tieba.baidu.com/p/3227658730 3、android模拟器常用快捷键 http://tieba.baidu.com/p/3226890003 4、Android.mk 常用宏和变量 http://tieba.baidu.com/p/3241191272 5、android 常用命令行指令: http://tieba.baidu.com/p/3225750288 6、android系统源码下载: http://jingyan.baidu.com/article/a378c96092df56b328283016.html 7、Visual Studio 2015 android 模拟器: http://jingyan.baidu.com/article/e6c8503c721fbae54f1a181e.h
-
131、android ndk 网络编程: http://jingyan.baidu.com/article/f3e34a128160abf5ea653573.html 2、如何编译 hello jni(仅对ndk r9系列有效): http://jingyan.baidu.com/article/03b2f78c73b5a85ea237aeb0.html 3、android 纯c/c++开发: http://jingyan.baidu.com/article/a501d80cf394dfec630f5e85.html 4、ndk java 和 c 互掉 http://jingyan.baidu.com/article/f54ae2fcde72be1e92b84916.html 5、android ndk 通过FILE 操作/data/data: http://tieba.baidu.com/p/3283431755 6、android ndk 资源 http://jingyan.baidu.com/article/380abd0a71e7061d90192c3b.html 7、android ndk 如何导入 li
-
51、android ndk环境配置: http://jingyan.baidu.com/article/3ea51489e7a9bd52e61bbac7.html 2、 “ndk java 和 c 互掉” http://jingyan.baidu.com/article/f54ae2fcde72be1e92b84916.html 3、“android 纯c/c++开发” http://jingyan.baidu.com/article/a501d80cf394dfec630f5e85.html 4、“Android 如何创建数字签名” http://jingyan.baidu.com/article/c910274bfd8c00cd361d2d97.html 5、ndk c++11 thread rtti exception stl http://jingyan.baidu.com/article/b87fe19ebd51fa52183568f7.html 6、“android ndk 动态库” http://jingyan.baidu.com/article/c910274bffa502cd361d2da0.html 7、androi
-
0
-
2bitmap 图片解码,重新生成 bitmap图片 libpng 如何调用 libpng 图片,解 png 图片,让后把图片保存为 bitmap 格式
-
0具体的可以看考帖子: http://blog.csdn.net/hcj116/article/details/20469413 http://blog.csdn.net/coollofty/article/details/8058859
-
01、通过 VBoxManage list hdds 来查询UUID 2、通过 VBoxManage modifyhd 7446576d-6c0c-4da0-81e8-dbb5d58071a4 --resize 20480 来修改; 具体的参考:http://www.2cto.com/os/201306/222822.html
-
11、开启root用户登录: 将“ /etc/lightdm/lightdm.conf ” 里面改成 "autologin-user=root" 2、如何添加用户到组: ① 命令 groupadd创建用户组 groupadd –g 888 users 创建一个组users,其GID为888 ② 命令 gpasswd为组添加用户 只有root和组管理员能够改变组的成员: 例:把 user1加入users组 gpasswd –a user1 users 例:把 user1退出users组 gpasswd –d user1 users ③ 命令groupmod修改组 groupmod –n user users 修改组名user为users ④ groupdel删除组 groupdel users 删除组users 3、Virtual Box如何开启共
-
1NDK build编译的解析 http://blog.sina.com.cn/s/blog_4ad7c2540102uy6o.html Android NDK 编译脚本分析 之一 http://www.360doc.com/content/11/0324/20/3700464_104312664.shtml GNU Makefile 英文手册: http://www.gnu.org/software/make/manual/
-
6android目前的主要开发方式: http://tieba.baidu.com/p/3220338463 如何解释 ndk: http://tieba.baidu.com/p/3218390113 ndk的优势何在? http://tieba.baidu.com/p/3222232840 Iptables学习资料: http://tieba.baidu.com/p/3271727494 如何安装虚拟光驱: http://tieba.baidu.com/p/3237752843 udp 打洞附源码: http://tieba.baidu.com/p/3201227307