Invalid dependency list item after importing Android project from Eclipse

After importing a generated HelloWorld project created using the Android Project Wizard in Eclipse for 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 in order to avoid mistakes?

+7
source share
1 answer

You need to remove these dependencies and configure the Android SDK and JSDK yourself .

Please note that the Android SDK platform configuration depends on the JDK configuration, so you need to configure both options.

Remember to launch the SDK Manager to download the Android platforms you are going to work with.

+7
source

All Articles