Fixed
Status Update
Comments
vi...@google.com <vi...@google.com> #2
Thanks for the feedback. To help us troubleshoot this issue further, we will need more information. Please share detailed reproduction steps and as much as possible of the following information when it applies if you haven’t already:
1. Android Studio version and OS type and version
2. Screenshots or videos of the issue
3. idea.log file (select Help > Show Log in Finder / Explorer)
4. Thread dumps if the issue is a freezing or non-responding UI.
For more information on what’s needed and how to obtain this information please read the guide athttps://developer.android.com/studio/report-bugs#studio-bugs
1. Android Studio version and OS type and version
2. Screenshots or videos of the issue
3. idea.log file (select Help > Show Log in Finder / Explorer)
4. Thread dumps if the issue is a freezing or non-responding UI.
For more information on what’s needed and how to obtain this information please read the guide at
sm...@gmail.com <sm...@gmail.com> #3
Thank you, I know this reply is preset. But if you ca see my previous message, you will find details asked at (1).
I'm using a MacBook Pro with macOS Catalina 10.15.6.
Using Android Studio, there are several ways of creating a module in the project, none seems to work. Log states that there is a plugin error. Well, one plugin that I know is not working is Flutter. I have no idea if Flutter plugin is impacting all.
I'm using a MacBook Pro with macOS Catalina 10.15.6.
Using Android Studio, there are several ways of creating a module in the project, none seems to work. Log states that there is a plugin error. Well, one plugin that I know is not working is Flutter. I have no idea if Flutter plugin is impacting all.
vi...@google.com <vi...@google.com>
ad...@google.com <ad...@google.com>
pa...@google.com <pa...@google.com> #4
2020-08-03 07:32:55,135 [ 470222] ERROR - llij.ide.plugins.PluginManager - com/android/tools/idea/ui/wizard/StudioWizardStepPanel
java.lang.NoClassDefFoundError: com/android/tools/idea/ui/wizard/StudioWizardStepPanel
at io.flutter.project.FlutterProjectStep.<init>(FlutterProjectStep.java:108)
at io.flutter.module.FlutterModuleStep.<init>(FlutterModuleStep.java:16)
at io.flutter.module.FlutterDescriptionProvider$AddToAppModuleGalleryEntry.createStep(FlutterDescriptionProvider.java:405)
at io.flutter.module.FlutterDescriptionProvider$FlutterGalleryEntry.createStep(FlutterDescriptionProvider.java:113)
at com.android.tools.idea.npw.module.deprecated.ChooseModuleTypeStep.createDependentSteps(ChooseModuleTypeStep.kt:56)
at com.android.tools.idea.wizard.model.ModelWizard.addStep(ModelWizard.java:234)
at com.android.tools.idea.wizard.model.ModelWizard.<init>(ModelWizard.java:94)
at com.android.tools.idea.wizard.model.ModelWizard.<init>(ModelWizard.java:47)
at com.android.tools.idea.wizard.model.ModelWizard$Builder.build(ModelWizard.java:572)
at com.android.tools.idea.npw.module.ChooseModuleTypeWizardKt.showDefaultWizard(ChooseModuleTypeWizard.kt:200)
at com.android.tools.idea.actions.AndroidNewModuleAction.actionPerformed(AndroidNewModuleAction.kt:51)
StudioWizardStepPanel was removed in AS 4.2 by
Change-Id: Ib7f3b07e96ef8198565e7ff8b696f0acba693877 ag/12097910
Studio should still show the other "New Modules". I'll follow up with a fix.
Valery, do you know who can take a look at this on the Flutter side?
java.lang.NoClassDefFoundError: com/android/tools/idea/ui/wizard/StudioWizardStepPanel
at io.flutter.project.FlutterProjectStep.<init>(FlutterProjectStep.java:108)
at io.flutter.module.FlutterModuleStep.<init>(FlutterModuleStep.java:16)
at io.flutter.module.FlutterDescriptionProvider$AddToAppModuleGalleryEntry.createStep(FlutterDescriptionProvider.java:405)
at io.flutter.module.FlutterDescriptionProvider$FlutterGalleryEntry.createStep(FlutterDescriptionProvider.java:113)
at com.android.tools.idea.npw.module.deprecated.ChooseModuleTypeStep.createDependentSteps(ChooseModuleTypeStep.kt:56)
at com.android.tools.idea.wizard.model.ModelWizard.addStep(ModelWizard.java:234)
at com.android.tools.idea.wizard.model.ModelWizard.<init>(ModelWizard.java:94)
at com.android.tools.idea.wizard.model.ModelWizard.<init>(ModelWizard.java:47)
at com.android.tools.idea.wizard.model.ModelWizard$Builder.build(ModelWizard.java:572)
at com.android.tools.idea.npw.module.ChooseModuleTypeWizardKt.showDefaultWizard(ChooseModuleTypeWizard.kt:200)
at com.android.tools.idea.actions.AndroidNewModuleAction.actionPerformed(AndroidNewModuleAction.kt:51)
StudioWizardStepPanel was removed in AS 4.2 by
Change-Id: Ib7f3b07e96ef8198565e7ff8b696f0acba693877 ag/12097910
Studio should still show the other "New Modules". I'll follow up with a fix.
Valery, do you know who can take a look at this on the Flutter side?
pa...@google.com <pa...@google.com> #5
Stopping As from crashing was done in Change-Id: If95f78ea4337651da1874b95bc6821ca26b7b000 ag/12294651
Needs proper fix from Flutter.
Needs proper fix from Flutter.
me...@google.com <me...@google.com> #7
Flutter plugin version 48.1 includes the fix for this issue. It is available now in the Jetbrains plugin repository.
@parentej can you close this one? I can't.
sm...@gmail.com <sm...@gmail.com> #9
Thanks. the update is working now.
Description
AI-201.7846.76.42.6720134, JRE 1.8.0_242-release-1644-b3-6222593x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.15.6, screens 1680x1050; Retina
AS: 4.2 Canary 7; Kotlin plugin: 1.3.72-release-Studio4.1-5; Android Gradle Plugin: 4.2.0-alpha07; Gradle: 6.5; NDK: from local.properties: (not specified), latest from SDK: 21.3.6528147; LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: 3.6.0-rc2, from PATH: (not found)
IMPORTANT: Please read
File > New > New Module... is not working. it looks as if it is disabled.