Henrique Mauler
Henrique Mauler

Reputation: 11

Android Project in IntellIJ - Error: Activity can't be created

This is an image of the situation:

enter image description here

I downloaded IntelliJ IDEA, JDK, and SDK Android for use. But I can't create an Android project because the windows shake everytime I try to create an activity or when I click "next".

I've tried to download another IntelliJ, I tried create other activity (no activity too but on start it shakes, too). I've searched for the solution here and on other sites, but I did not find it.

I think I won't have this problem if I would download Android Studio. But I want to know what is happening.

Upvotes: 1

Views: 558

Answers (1)

Kon
Kon

Reputation: 35

Same here. I faced this issue for the MacOS version of IntelliJ. I think I found a temporary workaround to this. After installation of IntelliJ and running it for the first time, configure JDK and Android SDK by selecting configure default project settings at the bottom right of the splash screen dialog before you attempt to create a new Android project

Upvotes: 1

Related Questions