[Android] Error "The project was not built due to incomplete build path."
Tadashi Shigeoka · Wed, May 29, 2013
Notes on how to resolve a commonly occurring error in Android app development with Eclipse.
Error Message The project was not built due to incomplete build path.
Solution
- Project Properties → “Java Build Path” → “Order and Export” → Check “AndroidX.X” and click “OK”
- Build
That’s all from the Gemba.