摘要:
异常提示:[2014-01-16 09:27:35 - Dex Loader] Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.[2014-01-16 09:27:35 - tab_demo] Conversion to Dalvik format failed: Unable to execute dex: java.nio.BufferOverflowException. Check the Eclipse log for stack trace.错 阅读全文
摘要:
安装Visual C++ Redistributable for Visual Studio 2012有arm、x86、x64有三个版本.如果应用程序为debug版本而不是release版本,可能还是有问题。链接地址 :http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=30679 阅读全文
摘要:
OpenCV显示视频帧时出现一个问题,就是imshow之后若是不加waitkey则无法显示,找了很久也没找到原因。只是发现也有人发现这个问题:cvWaitKey(x) / cv::waitKey(x)does two things:It waits forxmilliseconds for a key press. If a key was pressed during that time, it returns the key's ASCII code. Otherwise, it returns-1.It handles any windowing events, such as 阅读全文
摘要:
我是先安装了VS2012, 之后由于需要安装了VS2008, 但在VS2012中可以运行程序但是不能调试, 即按Ctrl+F5可以运行, 但是按F5会提示错误."尝试运行项目时出错:Uncaught exception thrown by method called through Reflection"解决方法:在项目上右击属性,在调试选项卡中在启用本机代码调试上打勾,取消启用Visual Studio承载进程上的钩 阅读全文