体验最新版AndroidStudio3.0 Canary 8的时候,发现之前项目的butter knife报错,用到注解的应该都会报错Error:Execution failed for task ':app:javaPreCompileDebug'.> Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the annotationProcessor configuration. - butterknife-7.0.1.jar Alternatively, set android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true to continue with previous behavior. Note that this option is deprecated and will be removed in the future. See https://developer.android.com/r/tools/annotation-processor-error-message.html for more details.在app的build中android { ... defaultConfig { ... //添加如下配置就OK了 javaCompileOptions { annotationProcessorOptions { includeCompileClasspath = true } } } ...}
Mr.Smile填坑记——AndroidStudio3.0 Can
-
ubuntu 上 Node.js 安装和卸载
ubuntu 上 Node.js 安装和卸载
-
解决 Module build failed: Error: ENOENT: no such file or directory错误
解决 Module build failed: Error: ENOENT: no such file or directory错误
-
nvm卸载、安装node和npm
1、node.js、nvm、 npm (1)在cmd中输入`where node`找到node长须所在位置进行删除 (2)确保计算机-环境变量删除相关引用 (3)在cmd中输入`node -v` ,得到以下结果,删除成功
-
Window下完全卸载删除Nodejs
1.从卸载程序卸载程序和功能。 2.重新启动(或者您可能会从任务管理器中杀死所有与节点相关的进程)。 3.寻找这些文件夹并删除它们(及其内容)(如果还有)。根据您安装的版本,UAC设置和CPU架构,这些可能或可能不存在:
-
nodejs版本以及其对应的npm版本
正在寻找某个大版本的最新版? Node.js 10.x Node.js 8.x Node.js 6.x Node.js 4.x Node.js 0.12.x Node.js 0.10.x 所有版本
-
gitlab服务器卡住内存过大
解决GitLab内存消耗大的问题
-
手把手教你 GitLab 的安装及使用
GitLab:是一个基于Git实现的在线代码仓库托管软件,你可以用gitlab自己搭建一个类似于Github一样的系统,一般用于在企业、学校等内部网络搭建git私服。
-
再centos系统上云docker安装gitlab
docker安装gitlab教程
-
再centos系统上用yum安装gitlab
GitLab是Git的基于WEB的图形化管理平台,提供Git的用户、权限等高级管理功能。
-
Failed to start xxx.service: Unit not found
systemctl list-unit-files --type=service