2

Is there anyway in Android Studio (maybe using the Analyze -> Inspect Code option?) to check my project for any API warnings or errors? I'm trying to make sure my app is compatible with android back to API 8, and I don't want to manually look through each of my java and res files to check if I don't have to :p.

4

1 回答 1

1

分析 -> 检查代码应该在“Android Lint”下向您显示可能的 API 不兼容性。

安卓皮棉

于 2013-09-12T12:11:30.147 回答