请注意,逸凡并不支持低于IE8的浏览器,为了获得最佳效果,请下载最新的浏览器,推荐下载 Chrome浏览器

adt-bundle-windows 20140702 下载地址

9-13 1,099 views

1、windows 32: https://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip 2、windows 64: https://dl.google.com/android/adt/adt-bundle...
阅读全文 0

GN语法和操作

9-09 2,399 views

https://blog.csdn.net/yujiawang/article/details/72627138
阅读全文 0

C语言+SDL2 图形化编程

9-09 842 views

https://www.cnblogs.com/flipped/p/5552899.html
阅读全文 0

Golang使用pkg-config自动获取头文件和链接库的方法

9-04 731 views

Golang使用pkg-config自动获取头文件和链接库的方法 为了能够重用已有的C语言库,我们在使用Golang开发项目或系统的时候难免会遇到Go和C语言混合编程,这时...
阅读全文 0

ld: symbol(s) not found for architecture x86_64

9-03 1,613 views

https://www.jianshu.com/p/3232263a3da3 增加依赖库解决 #cgo CFLAGS: -x objective-c #cgo LDFLAGS: -framework Cocoa -framework OpenGL
阅读全文 0

NDK 学习之遇到的问题总结

7-31 979 views

https://www.jianshu.com/p/0e5a5f6259a6
阅读全文 0

could not load library “libc++_shared.so”

7-22 160,727 views

that's how android works, if your shared library needs any other shared library, you need to load it from Java, so just create proxy activity like...
阅读全文 300

undefined reference to `SkFontMgr::Factory()’

7-22 2,298 views

https://groups.google.com/forum/#!topic/skia-discuss/Rjy7Cxt1Ixk Set skia_enable_fontmgr_empty = true in your args.gn file.
阅读全文 0

convert socks proxy to http proxy

7-17 4,393 views

You could try polipo. I use it under ubuntu (it should be also available on Mac) and find it can work with the socks proxy either created by ssh -...
阅读全文 15

depot_tools更新失败

7-17 9,316 views

原文 depot_tools更新失败 depot_tools更新失败 鉴于伟大的墙,windows系统下使用depot_tools命令(比如gclient)时会出现更新失败的错误: Ensuring CIPD clien...
阅读全文 2