android - how to find incompatible apis with older versions -


i have built app api 23/22/21 sdk mintargetversion = 16.

i use android studio

sometimes during development process, saw android giving hints newer api used when mintarget 16.

i have fixed of may not all.

now have written lot of code , looking way find out usages of newer api not compatible older versions.

i looking same in layout files well.

is there easy way can find out?

harder way @ every single line of code again or source files.

in android studio can click on analyze in toolbar @ top > inspect code > whole project

after finished have list of lint errors can go through


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -