Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing Android source in Eclipse: 9 build path entries are missing?
    text
    copied!<p>I loaded the Android source code into Eclipse. Now I have the following error:</p> <blockquote> <p>9 build path entries are missing.</p> </blockquote> <p>I tried cleaning it, refreshing it and deleting and re-importing the project.</p> <p>For instance it tries to get this folder:</p> <pre><code>packages/apps/Phone/src </code></pre> <p>But that is empty. Should I remove it? If I remove it then other files start complaining.</p> <p>I did: </p> <ul> <li><code>repo sync</code></li> <li><code>. build/envsetup.sh</code></li> <li><code>lunch aosp_arm-eng</code></li> <li><code>make -j32</code></li> </ul> <p>Resulting in an output in:</p> <blockquote> <p>out/target/product/generic.</p> </blockquote> <p>Before importing it to Eclipse, so everything must be there to be able to actually create the image. I could also use the <code>emulator</code> command and run the built image.</p> <p>I followed the official tutorial <a href="http://source.android.com/source/using-eclipse.html" rel="nofollow">here</a>.</p> <p><strong>Edit</strong></p> <p>Some more examples that are empty:</p> <blockquote> <p>frameworks/base/icu4j/java</p> <p>frameworks/ex/photoviewer/src</p> <p>frameworks/support/renderscript/v8/java/src</p> <p>out/target/common/obj/APPS/ApiDemos_intermediates/src/src</p> <p>out/target/common/obj/APPS/Phone_intermediates/src/src</p> <p>out/target/common/obj/JAVA_LIBRARIES/android-common-carousel_intermediates/src/renderscript/src</p> <p>out/target/common/obj/JAVA_LIBRARIES/NfcLogTags_intermediates/src/src</p> <p>packages/providers/DrmProvider/src</p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload