The project cannot be built until the build path errors are resolved.

前端 未结 20 926
半阙折子戏
半阙折子戏 2020-12-07 11:14

While compiling an android project in eclipse 3.4.2, I am getting The project cannot be built until the build path errors are resolved.

I got a

20条回答
  •  萌比男神i
    2020-12-07 11:41

    For my mac osx Eclipse, I followed following steps:

    1. Right CLick on your project, Choose Build Path > Configure Build Path
    2. Select Libraries Tab and delete any arbitrary library or anything else causing errors in Build Path.
    3. Click on Add Library button, Select JRE System Library and click Next.
    4. Choose last Radiobutton option Workspace default JRE and click Finish.
    5. Clean and build your project.

提交回复
热议问题