Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 916
delor Avatar asked Aug 23 '12 07:08

delor


1 Answers

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.

like image 123
CrazyCoder Avatar answered Nov 16 '22 03:11

CrazyCoder