So i update to the last v0.8 and it seems i get errors on the android.annotation.TargetApi import. It seems this belongs to the Api level 16 which isnt out yet. Or is there some package to get this?
regards,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First, API Level 16 has been out for not quite two weeks.
Second,
@TargetApihas been around for at least a couple of months. Make sure that you are on a fairly current version of the Android developer tools (at least R17), as this is more of a tools issue than a build target issue AFAIK.