#builds

ReSharper “Cannot resolve symbol” even when project builds

 Thisworkedforme(VS2012u4,R#7.1.3):Resharper>Options>Environment:General>ClearCachesRestartVisualStudio...

adbd cannot run as root in production builds

首先必须保证手机已经root过,可以通过以下验证:$adbshellroot@dior:/$suroot@dior:/#123执行命令后,$变为#即root成功但是执行adbroot时报:adbdcannotrunasrootinproductionbuilds这样的话执行adbpull或者是通过一些软件查看某个应用程...
代码星球 ·2021-01-24

eclipse gradle插件(buildship)的安装和使用

前言:博客园上第一篇被人批评的文章,自己又读了一下,确实有写的不清楚的地方。现在想更好的使用gradle,有个更好的办法。升级Eclipse至Oxygen版本,已经默认集成这个插件了,强烈推荐。一、下载gradlehttps://gradle.org/gradle-download/二、手动安装gradle插件我选择的...

VS错误:#error 指令: Please use the /MD switch for _AFXDLL builds

我在做MFC时遇到过这个问题,解决方法如下:修改设置:工程(Project)->属性(Properties)->配置属性(ConfigurationProperties)->c/c++->代码生成(CodeGeneration)->运行库(Userun-timelibrary)->多...