问题标签 [android-studio-plugin]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
688 浏览

android-studio - 在 Android Studio 2021.1.1(2022 版本)中找不到 Lombok 插件

安装最新的 Android Studio 后,我尝试安装 Lombok 插件
(Android Studio Bumblebee 2021.1.1 | 建于 2022 年 1 月 19 日) 但在Settings -> Plugins -> Marketplace

中没有找到 Lombok

在此处输入图像描述

我发现问题是:
Plugin 'Lombok' is not compatible with Android Studio build AI-211.7628.21

0 投票
0 回答
6 浏览

android-studio - 在AndroidStudio插件开发中是否有任何方法可以在我的电脑上监听usb deivce支持adb插件?

我想开发一个类似的 android studio 插件在此处输入图像描述

任何听众都可以做到这一点吗?我检查了“https://plugins.jetbrains.com/docs/intellij/extension-point-list.html#intellij-platform-listeners”,但没有找到。

0 投票
0 回答
10 浏览

android - 插件“Fabric for Android Studio”仅与 IntelliJ IDEA 兼容,因为它没有定义任何显式的模块依赖项

我没有安装“Fabric for android studio”,但这个错误总是出现在我的 AS

这是 android studio 的警报插件结构

这是我在 AS 中的插件 我的 AS 中的插件列表

这是我的插件文件夹及其文件夹 中插件的内容列表(AndroidStudio2021.1)

请告诉我,如何修复它或如何从我的 AS 中删除它?谢谢你

0 投票
0 回答
4 浏览

android-studio - 本地文件的评论中是否有可点击链接的插件?

我正在 android studio 中搜索一个插件,我可以在其中引用我的评论中的文件和行。

例子:

在哪里Main.dart:3(以蓝色显示为可点击)将在编辑器中打开本地文件并标记第 3 行。在最好的情况下,插件甚至会在我输入时建议我的文件路径。

注意:此行为已出现在错误消息中。我想在评论中有这些超链接。

有没有类似的东西?