Questions tagged [android-studio-plugin]
34 questions
1
vote
1 answer
Preview HTML file in Android Studio plugin
I'm creating Android Studio plugin and I need to open (preview) html file.
For now I can open HTML file using this code:
String file="c:\\test\\index.html"; …

robocik
- 101
- 7
- 20
1
vote
0 answers
Flutter plugin not working after update Android Studio
I updated Android studio to the latest version but unfortunately, After the update some plugins were disabled
flutter plugin is one of them
Flutter "Incompatible (Since build 203.6682.168 > AI-202.7660.26.42.7486908)".
Flutter version (60.1.2)
And…

FadyFouad
- 815
- 6
- 12
1
vote
1 answer
Where did AndroidModuleModel.findProductFlavor go? My plugin throws NoSuchMethodError
I'm the author of this build variant plugin, and from Android Studio 4.1 to 4.2.1, a method I depend on seems to have been removed from the IDE API: ProductFlavorContainer…

Nilzor
- 18,082
- 22
- 100
- 167
1
vote
0 answers
Kotlin Koans Course View is not loading in the latest Android Studio
I updated the Edu Tools plugin and Android studio to the latest versions and tried. It's not loading the 'Course' view in the Project window.
Here is the IDE error message I…

Java Bean
- 404
- 1
- 5
- 12
1
vote
0 answers
Android Studio or IntellIj export setting does not contain plugins list?
I always take backup of android studio settings by go file > Export settings then i get a settings.jar file.
Today i needed to reinstall Android Studio after a critical error. I needed old setting because old studio was not available, i used my…

Khemraj Sharma
- 57,232
- 27
- 203
- 212
1
vote
4 answers
Genymotion works well, but start Android Studio Plugin show error: 'unable to start VirtualBox'
I've installed Genymotion and VirtualBox on ubuntu 16.04 LTS and everything goes fine. Genymotion works well.
Then I installed Genymotion Android Studio Plugin,but when I clicked 'start', it shows: unable to start VirtualBox
Run Genymotion directly…

xiaoxie
- 11
- 2
1
vote
1 answer
how to enable package apk to bar in android studio
First i have generated a signed APK and place it in the app folder inside your project directory. But "package apk to bar " option was not highlighted in android studio.
I restarted my android studio and i again install blackberry plugin too.
But it…

kartheeki j
- 2,206
- 5
- 27
- 51
1
vote
1 answer
Android studio 2.1 editor(CLint) unable to find headers of modules that use native(ndk) plugin
It looks like the AndroidStudio 2.1 editor highlights the header file from a native module red as though it is missing. It seems to build and run with no issues though. Anyone facing the same issue? (See attached images below)
Also the editor…

Harkish
- 2,262
- 3
- 22
- 31
1
vote
0 answers
exportedHeaders DSL does not seem to include the headers
I am trying to make use of the "Multiple NDK Projects" feature of the experimental gradle plugin. I am using Android Studio 2.1 and gradle plugin 0.7.0 stable. The blog seems to say that the header files specified in the exportedHeaders section of…

Harkish
- 2,262
- 3
- 22
- 31
0
votes
0 answers
Plugin 'Fabric for Android Studio' is compatible with IntelliJ IDEA only because it doesn't define any explicit module dependencies
I don't have 'Fabric for android studio' installed
but this error always appear in my AS
this is the alert
alert plugin fabric for android studio
this is my plugin in AS
list of plugins in my AS
and this is my plugins folder and its contents
list of…

Jonry Simbolon
- 1
- 1
0
votes
1 answer
Pass value from Android Studio to unity?
I am doing a Text recognition project by using android studio and google vision like this tutorial https://www.youtube.com/watch?v=mmuz8qIWcL8&t=702s. But I need to pass the recognized text to Unity in order to display the 3D Model and some…

SeanNg
- 1
0
votes
1 answer
The command "flutter doctor" cannot locate Flutter and Dart plugins installed in Android Studio
I am new to the Flutter development environment. I downloaded the flutter and dart sdk and have added their path to the environment variable in the ~/.bashrc file. I am using Android studio for developing Flutter apps. I installed the Flutter and…

Pratik Tayshete
- 75
- 11
0
votes
1 answer
Why won't my custom IntelliJ plugin showing up in Android Studio nor PyCharm?
I created an IntelliJ plugin and it shows up fine in IDEA, RubyMine, Rider, etc. But not Android studio nor in Pycharm. I have no idea why.
In Android Studio, when I search for the plugin by full plugin name, or plugin developer name the plugin…
0
votes
1 answer
List the modified files using an IntelliJ plugin
How can I retrieve the list of locally modified classes within an IntelliJ plugin?
Is there any IntelliJ plugin tutorial / opensource project that is relevant to the case above?

Shatazone
- 2,422
- 6
- 28
- 38
0
votes
1 answer
Android studio convert to Kotlin: Use @JvmStatic in some cases
I have been using Kotlin over Android for quite intensively. It does make programming fun again.
Still, in some cases (mostly util classes where the name should be short and handy), when automatically converting Java to Kotlin, I would love to have…

Maneki Neko
- 1,177
- 1
- 14
- 24