开发者

Is there a way to check the API compatibility of my app for lower levels?

开发者 https://www.devze.com 2023-01-19 09:45 出处:网络
I\'m developing an Android app which will target 2.1/2.2 devices, so I have my project set up to use the 2.2 SDK (API level 8), but allow for installation on devices with at least API level 7.

I'm developing an Android app which will target 2.1/2.2 devices, so I have my project set up to use the 2.2 SDK (API level 8), but allow for installation on devices with at least API level 7.

The problem is that during my daily development, I'm not always paying close attention to which API level of the methods/classes/constants that I'm using, which makes it very easy to break code on older devices. I have got dynamic classloading working, and as much as I dislike having a ton of extra factory classes and interfaces in my project, I'm willing to deal with that solution. Currently, the only way I have to check an older API开发者_开发百科 level is to set my project's settings to the given level, rebuild, see what breaks, and then refactor. It's quite a pain.

What I would really like is the ability to scan my code and check compatibility for a given API level without changing my global project build settings. Is there some easy way to do this?


Android API Analysis Plug-In for Eclipse:

http://adt-addons.googlecode.com/svn/trunk/apianalysis/


Ok, so based on my research and the comment by @CommonsWare, there's no static analysis tool or some other easy way to do this. Shucks.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号