User Operation is waiting for “Building Workspace”

后端 未结 11 1740
生来不讨喜
生来不讨喜 2020-12-13 04:24

As the title mentioned, I have developed a simple NFC app in eclipse and I am trying to run it in the mobile device to debug my code. However, when I try to run it, this mes

11条回答
  •  臣服心动
    2020-12-13 04:41

    For me the clean option didn't work and I didn't want to reset the workspace. Fortunately for me another solution worked:

    1. Disable automatic builds (uncheck menu item Projects -> Build Automatically)
    2. Restart IDE (I had to kill it from command line)
    3. Close all projects
    4. Restart IDE (this time it should close without problems)
    5. Open projects that you need to work on (everything should be fine now)

    Oh yeah, I had the clean option in the eclipse.ini the entire time. Not sure if that is necessary, but it might be good to try that option first anyways.

提交回复
热议问题