Isnt TargetApi annotation part of api level 16(Android 4.1)? -


So I update to the last v0.8 and it looks like I get an error on Android. Annotation. Target API Import It seems that it is related to its level 16, which is not yet so far. Or is there a few packages to get it?

Relationship,

First, the API level 16 did not last for quite a couple of weeks is.

Second, @TargetApi has been around for at least a few months. Ensure that you are on a fairly current version of the Android Developer Tool (at least R17), because this build target number is much more of a tool problem than AFAIK.

Comments