首页 > 其他分享 >idea安装lombok报错+搜索内容并解决问题

idea安装lombok报错+搜索内容并解决问题

时间:2023-11-07 10:44:31浏览次数:38  
标签:插件 intellij plugin mplushnikov idea 报错 lombok com

 

搜索以下关键词

lombok but the current build is IU-211.7628.21

 

打开前三个解决方案

第二个打不开

第一个是github的一个issue,看到一个点赞比较高的帖子,如下正文中的第一个图片:3个点赞3个火箭

点开他的文章,看到操作步骤1234

刚好勉强能看懂英文,成功解决。

核心思路是解压缩之后,替换里面xml的一个配置。

第三个看了一下,跳转到stackoverflow也能够解决

Android Studio lombok找不到插件,没有对应版本 2021.1.1 Patch 1 Build 211.7628.21_lombok适配android studio build #ai-211.7628版本-CSDN博客
https://blog.csdn.net/jin290/article/details/123640322

 点击第一个超链接,就可以跳转到下文,解决思路是一样的

Cannot find Lombok plugin in Android Studio 2021.1.1 (build of 2022) - Stack Overflow
https://stackoverflow.com/questions/70900954/cannot-find-lombok-plugin-in-android-studio-2021-1-1-build-of-2022/71025235#71025235

 

Plugin 'Lombok' (version '0.34.1-2019.1') is not compatible with Android Studio build AI-211.7628.21 · Issue #1107 · mplushnikov/lombok-intellij-plugin · GitHub
https://github.com/mplushnikov/lombok-intellij-plugin/issues/1107

 

 

Plugin is not supported in Intelij 2021.1 · Issue #1028 · mplushnikov/lombok-intellij-plugin · GitHub
https://github.com/mplushnikov/lombok-intellij-plugin/issues/1028#issuecomment-937485680

 

 

 

下载地址

问题是下载地址没有兼容IDEA2021.1版本的lombok插件

Lombok - IntelliJ IDEs Plugin | Marketplace
https://plugins.jetbrains.com/plugin/6317-lombok
Versions: Lombok - IntelliJ IDEs Plugin | Marketplace
https://plugins.jetbrains.com/plugin/6317-lombok/versions
Releases · mplushnikov/lombok-intellij-plugin
https://github.com/mplushnikov/lombok-intellij-plugin/releases

 

其它相关文章
IDEA常用插件及下载地址_idea 插件下载-CSDN博客
https://blog.csdn.net/wuhuamianjjj/article/details/131948733
IDEA常用快捷键大全(详解)_idea快捷键_明月一壶酒的博客-CSDN博客
https://blog.csdn.net/m0_69057918/article/details/131036872
idea 安装 lombok插件_idea安装lombok插件-CSDN博客
https://blog.csdn.net/wochunyang/article/details/81736354

 

标签:插件,intellij,plugin,mplushnikov,idea,报错,lombok,com
From: https://www.cnblogs.com/whoknows1/p/17814498.html

相关文章

  • 207-nginx 或者tomcat报错:413 Request Entity Too Large
    http{#...client_max_body_size20M;#设置最大允许大小为20MB#...}tomcat413RequestEntityTooLarge<Connectorport="8080"protocol="HTTP/1.1"connectionTimeout="20000"redirectPort=&quo......
  • IDEA 断点调试,为啥有的时候断点没有起作用?
    在使用IntelliJIDEA进行调试时,断点可能不起作用的几个常见原因如下:1.编译问题:确保代码已经编译并且最新版本已经部署到运行环境中。如果代码没有被正确编译或部署,断点可能无法生效。2.优化编译器:有些情况下,编译器可以对代码进行优化以提高性能。这可能会导致某些断点无法正常......
  • 如何在idea中创建一个SpringBoot项目
    在IntelliJIDEA中创建一个SpringBoot项目非常简单。下面是一步一步的指南:打开IntelliJIDEA:启动IntelliJIDEA,确保你已经安装并配置好Java开发环境。创建新项目:如果你在IDEA的欢迎界面,点击"CreateNewProject"。如果你已经有一个项目打开,可以通过选择"File"->"New......
  • HttpClient报错 org.apache.http.NoHttpResponseException : 10.1.1.0:13001 failed t
    一、问题描述使用HttpClient并发调用http接口,并发量稍微大一点就会报错org.apache.http.NoHttpResponseException:10.1.1.0:13001failedtorespond 二、排查过程最开始怀疑是服务端连接过多,拒绝请求了,监控发现服务端并没有多少连接找运维搭建了一个新环(只有我们请求服务端),......
  • Java中的NoClassDefFoundError报错解析
    半夜睡得正香的时候,突然接到警告电话,于是翻起身就打卡电脑连上环境查看是什么情况?登录上之后发现有个微服务占用的句柄数量一直在持续上涨,最终导致了微服务内存溢出挂掉了。这个微服务在运行的过程中会建立SSH连接,且之前这个微服务已经遇到过很多次类似的情况了,因此第一反应是哪里......
  • IDEA插件分享,支持接口调试!
    平时我们在写完接口需要填入postman、Apipost等工具进行接口调试,今天给大家推荐一款IDEA插件Apipost-helper,写完代码直接可以进行调试,而且支持生成接口文档,JAVA工程师必用!可以点击下方链接或在插件商店中搜索安装如下图:https://plugins.jetbrains.com/plugin/22676-apipost-helper-......
  • IDEA插件分享,支持接口调试!
    平时我们在写完接口需要填入postman、Apipost等工具进行接口调试,今天给大家推荐一款IDEA插件Apipost-helper,写完代码直接可以进行调试,而且支持生成接口文档,JAVA工程师必用!可以点击下方链接或在插件商店中搜索安装如下图:https://plugins.jetbrains.com/plugin/22676-apipost-help......
  • 报错:1130-host ... is not allowed to connect to this MySql server 开放mysql远程
    报错:1130-host...isnotallowedtoconnecttothisMySqlserver开放mysql远程连接不使用localhost解决方法:1。改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改"mysql"数据库里的"user"表里的"host"项,从"......
  • mac os 编译webrtc 报错screen_capturer_mac.mm:500:5: error: 'CGDisplayStreamStop'
    ../../modules/desktop_capture/mac/screen_capturer_mac.mm:462:11:error:'CGDisplayStreamUpdateGetRects'isonlyavailableonmacOS13.0ornewer[-Werror,-Wunguarded-availability-new]462|CGDisplayStreamUpdateGetRects(updateRef,kC......
  • jupyter 下 bitandbytes报错记录
    背景:在jupyter中加载baichuan大模型时报错报错一:frompeftimportPeftModel 报错报错提示:python-mbitsandbytes执行python-mbitsandbytes时又报错,报错内容为:Traceback(mostrecentcalllast):File"/home/miniconda3/envs/vllm/lib/python3.10/runpy.py",lin......