Android Lint erroneously thinks min SDK version is 1

后端 未结 5 475
走了就别回头了
走了就别回头了 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:42

    Try right clicking on the project folder > Android tools > fix properties

    You should also check in the build properties that all your android libraries and things are checked and loading in the correct order. Right click on the project > Properties > Build

提交回复
热议问题