Invalid item in the dependencies list after importing Android project from Eclipse

10,037

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 Manager to download Android platforms you are going to work with.

Share:
10,037
delor
Author by

delor

coding monkey looking for banana

Updated on June 09, 2022

Comments

  • delor
    delor about 2 years

    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?