After importing generic HelloWorld project generated with Android project wizard in Eclipse to IntelliJ IDEA CE I have two errors:
invalid item 'com.android.ide.eclipse.adt.ANDROID_FRAMEWORK' in dependencies list
invalid item 'com.android.ide.eclipse.adt.LIBRARIES' in dependencies list
How to import a project correctly to avoid errors?
You need to remove these dependencies and configure Android SDK and JSDK yourself.
Note that Android SDK Platform configuration depends on the JDK configuration, so you need to have both configured.
Don’t forget to run
SDK Managerto download Android platforms you are going to work with.