[Android][Eclipse] Cannot build project until build path errors are resolved
Tadashi Shigeoka · Mon, March 25, 2013
After importing an existing Android app project in Eclipse, I encountered the following error when trying to build:
■ Error Message
Cannot build project until build path errors are resolved
■ Solution
- Open "Project Properties -> Java Build Path -> Order and Export tab"
- Check the "Android x.x" checkbox and click "OK"
- Build
[Reference]
ビルド・パスのエラーが解決されるまで、プロジェクトをビルドできません - のねの日記 - human brain programing
That’s all from the Gemba.