I have found these classes but how do I add com.android.nfc_extras.NfcAdapterExtras to an eclipse project?
I have found these classes but how do I add com.android.nfc_extras.NfcAdapterExtras to an eclipse
Share
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.
This is not part of the public API, so it is not in the SDK. Download Android source code from AOSP and build the jar yourself. Your other option is to use reflection to access it.