I got some sample code for android.nfc.NfcSecureElement but it throws some error.
The import android.nfc.INfcSecureElement cannot be resolved
Any suggestion how I can overcome this. Thanks.
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.
The NFC API was added in API level 9, so ensure that your project utilizes the level 9 platform in your Project => Android => Project Build Target.