I'm brand new to IntelliJ and I just came across this error when trying to import a sample Android project from the Android Developer website. I've tried searching around and found this import guide: http://www.jetbrains.com/idea/webhelp/creating-a-project-by-importing-existing-sources.html
Per step 3:
On the first page of the wizard, specify the origin of the sources. (This page is not shown if IntelliJ IDEA has guessed what you are importing.) Select Import project from external model, and select Eclipse, Flash Builder, Gradle, orMaven. ClickNext.
Is there a way to stop IntelliJ from guessing what I am importing? I suspect that this may be the root of my issue, but perhaps it may be something else entirely. Would appreciate any feedback regarding this issue. Thanks!