java - Android Studio: how to check if I have code which calls functions/properties not available in minSdkVersion? -


i wonder how check if have code calls functions/properties not available in minsdkversion.

for example, want avoid call function available in api 25 in app designed api 15 , higher.

i list of places kind of error happens.

thanks help.

you can use analyze -> inspect code in android studio. android>lint>correctness in "calling new methods on older version" section.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -