How to generate a class diagram in android studio - android

I installed the simpleUMLCE plugin for code analysis.
But I keep getting this error Plugin "simpleUMLCE" is incompatible (supported only in IntelliJ IDEA)... And simpleUMLCE doesn’t work.
The simpleUMLCE tab does not appear on the left, and it is not installed even if you look at File> Settings> Plugin.
There is no problem using Android Studio, but I hope this error does not come out.
How can I fix it?

The https://plugins.jetbrains.com/plugin/4946-simpleumlce plugin isn't compatible with the recent Intellij IDEA and Android Studio version.
The last version of that plugin is from 2010.
It's nothing you can do about.
Other solution
Intellij IDEA Ultimate supports generating diagrams out of the box.

Related

Plugin incompatible with the new build found: Kotlin

I was going to upgrade from Android Studio Bumblebee to Android Studio Dolphin. However, I seem to get an unexpected warning from Android Studio:
As you can see the text in red, it shows that newer Android Studio's build does not support Kotlin! However, in details of Android Studio Dolphin, and image shows Kotlin files being programmed, which means Android Studio Dolphin's build actually supports Kotlin:
Should I update or not, and how should I fix this error, as I am a Kotlin Programmer.
Can somebody please help? Would appreciate it.
Edit
As for the Kotlin version, I have the latest Kotlin Version already:
Full answer:
I faced with the same issue and after research I found people say that reinstalling Kotlin plugin or removing it and update Studio should solve the issue, because Dolphin already includes the Kotlin plugin by default.
BUT For sure you should NOT remove the Kotlin plugin, because otherwise Android Studio will fail launching and after that you need to find on your PC the file named 'disabled_plugins.txt' and remove from it Kotlin. OR completely remove Android Studio and reinstall it from the scratch.
Personally I ignored this issue and just updated the Studio. Works well and Kotlin plugin installed. Also I noticed that before update I had Kotlin version 1.7.10 and AS didn't ask for update the plugin. After update I've got 1.7.20.
Good luck :)

Android Studio in Windows 10 not launch after installing Google Sceneform Tools (Beta)

in windows 10 in Android Studio 3.2.1
the application is worked correctly after first time of installing but after installing Google Sceneform Tools (Beta) from :
File > Settings > Plugins > Browse Repositories
after installing the plugin android studio should restart and then it's can't launch anymore
anyone can help please ?
One cannot just use any version of Google Sceneform Tools ​(Beta)​ with any version of Android Studio. As this one comment suggests, even if it's about other versions (also see the other comments there):
A temporary solution: install Android Studio 3.5.1 + Sceneform 1.5, make sfb file, place in project in Android Studio 3.6.
So in your case, you might probably have to update to Android Studio version 3.5.3 or any other version, which works with the current version 1.16.0, as the Android Studio which you are using appears rather outdated.
If you just want to be able to start Android Studio again, then manually delete the plugin directory from %USERPROFILE%/.AndroidStudio3.2/config/plugins, in order to perform a manual uninstall, as it might be required in order to update Android Studio.
Besides "it's not working" is not an error description. You'd have to start Android Studio from the command line, in order to get some meaningful error message, by which you then could search in the issues on GitHub (if the reason why it doesn't start up anymore might have another cause).
I have had issue #377 filed for this plugin since Oct 16, 2018, and unfortunately it is still open now.
I will update this answer if it is solved or a solution is found.
Update 1 :
the github [repository]2 for this plugin has been archived and it seems no longer supported after reading the documentation here

Cannot find sbt in Android Studio plug-in list

In this website it is explained how to enable Scala in Android studio. My problem is that "sbt" (Build Tool) is absent in my plug-in list as is shown in the guide. Though "Scala" was there and I installed it.
I though I may have to add another plug-in repo but didn't find any.
The reason sbt is not shown is that its last version (1.8.0) is not compatible with my Android Studio (v1.5.1).

Not able to create a Module using Android Studio 2.1.1

Anyone have any ideas why this is happening? In Windows, when I right-click on the root of my project, I go to New -> Module. This is what I am shown
It used to be a lot more simpler and actually auto-generate a proper Android Module, complete with directories.
I have the latest version of Android Studio installed. Here is the version I have.
I was expecting to see something along the lines of the following:
Problem cannot be reproduced in the latest Android Studio 2.2.1 Canary that was announced today at Google I/O.

Lost Kotlin support in Intellij Idea 14.1

I had a android project in Kotlin that worked fine in Idea 14. But on update to 14.1, I seem to have lost support for Kotlin in the IDE. There is no option to create a new Kotlin file on right clicking a package, no syntax highlighting, auto complete etc. whatsoever for Kotlin files. The Kotlin plugin is installed and enabled.
Anyone else facing the issue?
What Version of the Kotlin-Plugin is installed?
Because it seems like a known bug:
Latest Kotlin Plugin not compatible with IntelliJ 14.1

Categories

Resources