Using Android source in Eclipse: 9 build path entries are missing?

325 views Asked by At

I loaded the Android source code into Eclipse. Now I have the following error:

9 build path entries are missing.

I tried cleaning it, refreshing it and deleting and re-importing the project.

For instance it tries to get this folder:

packages/apps/Phone/src

But that is empty. Should I remove it? If I remove it then other files start complaining.

I did:

  • repo sync
  • . build/envsetup.sh
  • lunch aosp_arm-eng
  • make -j32

Resulting in an output in:

out/target/product/generic.

Before importing it to Eclipse, so everything must be there to be able to actually create the image. I could also use the emulator command and run the built image.

I followed the official tutorial here.

Edit

Some more examples that are empty:

frameworks/base/icu4j/java

frameworks/ex/photoviewer/src

frameworks/support/renderscript/v8/java/src

out/target/common/obj/APPS/ApiDemos_intermediates/src/src

out/target/common/obj/APPS/Phone_intermediates/src/src

out/target/common/obj/JAVA_LIBRARIES/android-common-carousel_intermediates/src/renderscript/src

out/target/common/obj/JAVA_LIBRARIES/NfcLogTags_intermediates/src/src

packages/providers/DrmProvider/src

0

There are 0 answers