Questions tagged [android-studio-plugin]

34 questions
43
votes
6 answers

After updating to Android Studio Arctic Fox, I cannot use any custom theme

After updating to Android Studio Arctic Fox, I cannot choose any of my installed themes. Invalid cache and restart didn't help ;) Also reinstalling themes still not solving this problem. I updated AS 4.2 to Arctic Fox using Toolbox on the stable…
21
votes
1 answer

Gradle sync failed: 'com.android.build.gradle.BasePlugin' does not implement the Plugin interface

Environment : Android Studio 2.1 Project : Android SDK + Cordova Android Studio throws the following error during Gradle Sync : Gradle sync failed: 'com.android.build.gradle.BasePlugin' does not implement the Plugin interface
Arunabh Das
  • 13,212
  • 21
  • 86
  • 109
20
votes
3 answers

Cannot find Lombok plugin in Android Studio 2021.1.1 (build of 2022)

After installation of newest Android Studio I tried to install Lombok plugin (Android Studio Bumblebee 2021.1.1 | Built on January 19, 2022) But didn't find Lombok in Settings -> Plugins -> Marketplace I found that the problem is: Plugin…
5
votes
1 answer

Debugging Intellij Idea Plugin in Android Studio on Windows

I am building an plugin for Intellij Idea / Android Studio and I am unable to debug it on Android Studio. As i've seen in the documentation that in order to debug it in Android studio the alternativeIdePath needs to be set with the path to Android…
5
votes
1 answer

Plugin Error after updating Android Studio 2.1

I dont know why this plugin errors occurred but after updating Android Studio 2.1 I am getting this every time after starts Android Studio Anyone know about it? Any Solution?
4
votes
2 answers

can not resolve org.jetbrains.android

Building an Android Studio Plugin using intellij and gradle as dependency management and trying to specify supported intelliJ IDE's org.jetbrains.android Issue is org.jetbrains.android is not resolved. A suggested solution is…
Belvi Nosakhare
  • 3,107
  • 5
  • 32
  • 65
4
votes
0 answers

Reading and updating Gradle build files and Android activities from an Android Studio/IntelliJ plugin

I’m working on an Android Studio plugin that integrates an SDK to Android app. Similar to what Fabric.io do. I was able to follow the documentation to create a simple plugin, I’m now trying to read the Gradle build file and the activity file and…
3
votes
2 answers

Android Studio - Relay for Figma plugin - Figma Importer error

I have been using the Relay for Figma plugin in Android Studio. Two days ago, I started receiving an error and I have not been able import the Figma file. Android Studio Dolphin | 2021.3.1 Patch 1 Build #AI-213.7172.25.2113.9123335 JDK: 11.0.13;…
3
votes
1 answer

How to add dynamically dependency in project from custom plugin's action in android studio?

I need to create a custom plugin for Android studio and with action, I need to add the dependency in build.gradle file. With AnAction, I have overridden the actionPerformed method. Now I need to add the dependency dynamically, after performing an…
3
votes
3 answers

Gradle 2.2.3 taking too much time to build after update Android Studio 2.3

I have updated Android Studio 2.3 today, after successfully updated, I am getting problem while syncing Gradle with version 2.2.3 Is there any issue with new version of Android Studio 2.3? What should I do?
2
votes
1 answer

Lombok annotations don't work after upgrading to Android Studio 4.0

After upgrading Android studio to 4.0 version Lombok annotations stopped working. The same code was compiling with no errors before the upgrade. The code: import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Getter; …
Maya
  • 349
  • 3
  • 15
2
votes
2 answers

Fabric plug-in for Android Studio keeps logging me out

I stumbled upon an issue with the Fabric plug-in for Android Studio. Basically, the plug-in keeps logging me out every other screen change. I tried updating AS to the latest stable version (3.1.3) and disabling/reenabling uninstalling/reinstalling…
2
votes
0 answers

Android Studio TFVC plugin : Commit fail after we delete file

I have setup TFVC plugin in the android studio for subversion. My project is managed in TFVC. I have deleted some file from my project and changed the package name. Then, I was trying to commit all to the server but every time it fails with an…
Samir Bhatt
  • 3,041
  • 2
  • 25
  • 39
2
votes
5 answers

How to connect to your device from terminal using adb commands

While searching for debug Android applications over Wi-Fi I came across the plugin - 'Android WiFi ADB' available in Android studio. When I tried to install the plugin, Android Studio suggested 'WiFi ADB Ultimate'. Or is it better to connect with…
Prabs
  • 4,923
  • 6
  • 38
  • 59
1
vote
1 answer

Enable a disabled SonarLint rules in Android Studio

I accidentally disable one of SonarLint plugin rules in Android Studio and I tried to open its settings but cannot see where I can re-enable it.
Bitwise DEVS
  • 2,858
  • 4
  • 24
  • 67
1
2 3