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.
问问题
120 次