01 2015 档案

摘要:有的时候需要显系统中的隐藏文件,在 Mac 中不像windows系统那么方便(勾选选项就能够操作),需要在 Terminal 中执行:localhost:~ mx$ defaults write com.apple.finder AppleShowAllFiles -bool true //... 阅读全文
posted @ 2015-01-22 00:05 LetGo 阅读(789) 评论(0) 推荐(0)
摘要:在xcode中创建的cocos2d-x项目,然后添加了一个基类,里面有虚方法,编译时出错,错误如下:Undefined symbols for architecture x86_64: "typeinfo for BaseReader", referenced from: typeinf... 阅读全文
posted @ 2015-01-19 16:24 LetGo 阅读(741) 评论(0) 推荐(0)
摘要:mac 上adb连接不到android手机可以参考:这里xxxdeMacPro:~ xxx$ adb start-server* daemon not running. starting it now on port 5037 *ADB server didn't ACK* failed to st... 阅读全文
posted @ 2015-01-16 16:28 LetGo 阅读(2566) 评论(0) 推荐(0)
摘要:今天在Mac OS上进行Android开发的时候,打开eclipse连接不到手机MX4问题1. 插入手机打开Terminal,输入 system_profiler SPUSBDataType2. 在显示结果中找 Vendor ID:USB 3.0 Hi-Speed Bus: Host Co... 阅读全文
posted @ 2015-01-16 16:13 LetGo 阅读(3704) 评论(0) 推荐(0)