Android Lint erroneously thinks min SDK version is 1

后端 未结 5 474
走了就别回头了
走了就别回头了 2021-02-01 16:18

Eclipse refuses to build my Android project. In the package explorer, the project root node has the little red error symbol, but nothing else inside of it has this symbol. The P

5条回答
  •  孤城傲影
    2021-02-01 16:41

    I have the same problem, and my solution is:

    Right click on the project folder > Android tools > Clear Lint Markers

    "Run Android Lint" makes some markers and the markers cause this error.

提交回复
热议问题