1

I have set the min sdk version in build.gradle as minSdkVersion 8 (I set it low so it was easy to find an API that wasn't added yet). but when I run Analyze->Inspect Code... it doesn't show the call to the above-8 API in the errors. How do I get this to work?

Don Rhummy
  • 24,730
  • 42
  • 175
  • 330

1 Answers1

1

I needed to sync the gradle changes. Then Lint sees the issues.

Don Rhummy
  • 24,730
  • 42
  • 175
  • 330