eclipse - Check Android API level in codes -


i made mistake of not taking consideration of api level of each method used in code. after coding 500 lines, have no idea highest android api level have used in code.

obviously, hope not have check through every single line of method api level wondering there option in eclipse check highest api level method had used.

set target sdk level minimum sdk, set project build target same api level, recompile , fix errors show up.

note still have handle api behavior changes happened asynctask, start.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -