The import android.util.Base64 cannot be resolved
is Base64 class really inside the util package? Need some help!
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.
android.util.Base64has been included since Android API Level 8 (i.e. Android 2.2.x or later)For older version, you have to download the library or source code manually and put it under your project.