LiLittleCat / intellij-chatgpt

A plugin that integrates ChatGPT and other third-party mirror sites into JetBrains IDEs.一个将 ChatGPT 和其他第三方镜像网站整合到 JetBrains IDEs 的插件。
https://plugins.jetbrains.com/plugin/20629-chatgpt-tool
Apache License 2.0
141 stars 17 forks source link

Not support Android studio dolphin #3

Closed kirin233x closed 1 year ago

LiLittleCat commented 1 year ago

@kirin521 First of all, thank you for using my plugin. Try this version to see if it supports: https://drive.google.com/file/d/11SVjO4yJyH7Ridc3Z0Ugs_1VBREwDxW9/view?usp=sharing

LiLittleCat commented 1 year ago

First of all, thank you for using my plugin. Try this version to see if it supports: https://drive.google.com/file/d/11SVjO4yJyH7Ridc3Z0Ugs_1VBREwDxW9/view?usp=sharing

@kirin521 The version I provided earlier cannot work in Android Studio Dolphin either. I thought at first that it was because the since-buid number was too high, but it's not only that. This plugin uses JCEF(Java Chromium Embedded Framework) to render the content. In Android Studio Dolphin, built on IntelliJ Platform 2021.3.1, the JCEF environment is not integrated with the runtime environment by default. So when the plugin starts, the check for support step will fail.

To solve this issue, I suggest you do the following:

kirin233x commented 1 year ago

Sorry I just got the message. I'll try later. thanks!

obiscr commented 1 year ago

@LiLittleCat 太棒了,解决方案

NinhDucAnh commented 1 year ago

I tried so many times your way but it still doesn't work