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

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -