Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
比如我放了一个spinner(需要11版),我的minVersion是8,会报错,但是如果我去AndroidManifest.xml,把11改成8,直接编译,就可以了!如果 minVersion 良好且与所有内容兼容,我如何检查所有项目?
如果您单击 project -> clean... 它将更新并向您显示应该存在的错误。
它是处理所有错误错误和真正错误的好工具;)
我的解决方案是右键单击项目 > Android 工具 > 运行 lint