Mac idea2019.3新版安装后打开报错

今天打算体验一发idea的最新版2019.3 

就和往常一样进行下载 进行安装 

还很自信的直接把2018.2的旧版本 直接卸载了 

直接安装 2019.3

Mac idea2019.3新版安装后打开报错直接顺水点了使用上一个版本 也就是2018.2 

直接点了OK

Mac idea2019.3新版安装后打开报错

这里选择的试用30天 

点击继续

Mac idea2019.3新版安装后打开报错正常打开了 选择项目的界面 

随便选择一个项目进行 打开 也可以正常打开 也是没问题

当把idea关闭掉重新打开时问题来了

Mac idea2019.3新版安装后打开报错 顿时傻眼了 居然还有这样的坑 

搜了一大堆还是没什么用

最终在idea网站的解决方案上得到了借鉴 

1.Delete the third-party plug-ins directory (idea.plugins.path in the user's home directory, depends on the OS: ~/Library/Application Support/<Product><Version> on macOS, c:\Users\<user>\.<Product><Version>\config\plugins on Windows and ~/.<Product><Version>/config/plugins on Linux). <Product><Version> example: IntelliJIdea2019.1~ stands for the home directory (/Users/<user> on macOS, /home/<user> on Linux). You can bisect the plug-ins to find the offending one and remove only that plug-in, keeping the working plug-ins.

2.Delete the IDE system (idea.system.pathdirectory.

3.In most cases the issue should be already resolved, but if the IDE still doesn't start with the same error dialog, you can also try to backup and delete the settings directory (idea.config.path).

idea在Mac上的配置目录如下 

  • Configuration (idea.config.path):
~/Library/Preferences/<PRODUCT><VERSION>
  • Caches (idea.system.path):
~/Library/Caches/<PRODUCT><VERSION>
  • Plugins (idea.plugins.path):
~/Library/Application Support/<PRODUCT><VERSION>
  • Logs (idea.log.path):
~/Library/Logs/<PRODUCT><VERSION>

上述的路径并没有得到解决

清理目录

/Users/用户名/Library/Preferences/.IntelliJIdea 清理 .IntelliJIdea+version的文件夹

/Users/用户名/Library/Caches/<PRODUCT><VERSION> 同理清理.IntelliJIdea+version的文件夹

/Users/用户名/Library/Application Support/<PRODUCT><VERSION> 同理清理.IntelliJIdea+version的文件夹

清理完成后在进行打开idea Mac idea2019.3新版安装后打开报错

选择不导入设置 重新开始设置

手动一步一步设置或者 点击跳过并使用默认的设置

Mac idea2019.3新版安装后打开报错

 

设置完成后 还是选择30天试用

Mac idea2019.3新版安装后打开报错

 

Mac idea2019.3新版安装后打开报错

随便创建个简单的项目 配置maven

重新打开后 idea启动正常 

问题解决完毕  如果有好的解决办法 可直接评论或者私信