Reputation: 1709
I am using Android Studio 130.687321. Whenever I use an upgraded version of Android Studio NOTHING will load at all so stuck to this.
Been using it for a couple of weeks just for intermediate coding nothing too fancy.
Now was at an Android training session,made one project then while trying to create the second one this error came up after clicking New Project. Don't necessarily want to go back to ADT bundle so that's not an option.
Any ideas?
This was there on the Event Log
12:40:29 PM IllegalArgumentException: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(49,65),absolute(41,57),button=1,modifiers=Button1,clickCount=1] on frame0: Argument 0 for @NotNull parameter of com/android/tools/idea/wizard/ConfigureAndroidModuleStep$AndroidTargetComboBoxItem. must not be null (show balloon)
Upvotes: 2
Views: 1473
Reputation: 905
Extending on what @hoss said, updating any version prior to ver 0.2.0 requires a full un-unstallation, then re-install the new version found at the android developer website. Read specificly updating to 0.2.x You will find that many errors will be caused if these directions are not followed. This is because of a change in the build Gradle.
Upvotes: 2