0

The beta 5 is released. I'm trying to create an Android project just like I used to, but it shows an IDEA-like window where I should choose what type of project I want to create with those options like "Java", "Groovy", "Gradle", "Kotlin"... Where're good ol' "activity"-templates?

UPD

I installed the Beta 5 on a virtual machine working on the same Xubuntu version that my real machine does. Everything works well. Perhaps the issue is somehow related to the fact that I previously installed the Rider IDE by JetBrains. But still, Rider has been installed for a while, and it did not affect the installation of the previous beta versions of the Studio

Roman
  • 502
  • 7
  • 17
  • You need to pick a language before you create Activities... – OneCricketeer Sep 11 '17 at 04:28
  • @cricket_007 Okay, I click "File->New->Project". I see the lang options. I select Java and see "1.8" in the SDK field. I click "next" and see "create project from template" where we have just "console app". "Next": Project name. "Finish". And I Have now some Java project. Not Android. Similar things happen when I choose other lang options. – Roman Sep 11 '17 at 05:57
  • sounds like the what happens when you use base intellij idea without the android plugin – OneCricketeer Sep 11 '17 at 06:34
  • @cricket_007 Yes, that's exactly what I'm talking about. First time I got the issue just after updating my Beta 4 to the 5. Now I downloaded Beta 5 to a separate directory and the issue is still here. – Roman Sep 11 '17 at 08:23
  • Feel free to create a ticket on Android Studio bug tracker – OneCricketeer Sep 11 '17 at 11:54

1 Answers1

0

I detected that Android plugins were not found & not connected to the studio. That was weird. I clicked "Download & Enable" and after several downloading and update processes the studio began working as it used to.

Roman
  • 502
  • 7
  • 17