tags:

views:

1209

answers:

0

I am trying to following instructions to import android java source to eclipse on mac:

http://source.android.com/using-eclipse

I did create a new partition ('Mac OS Extended, case sensitive, journaled) on Mac. I was able to build android sdk successfully at command line.

But when I try to create a new eclipse project and I get this error which prevents eclipse from building the android source:

The project was not built due to "A resource exists with a different case: '/android/out/target/common/obj/JAVA_LIBRARIES/ android_stubs_current_intermediates/classes/MANIFEST.mf'.". Fix the problem, then try refreshing this project and building it since it may be inconsistent android

Can you please tell me how can to fix my problem?

Thanks.