How to use Base64 (included in android since api 8 (2.2)) in a android project api 3 (android 1.5)?

后端 未结 1 642
挽巷
挽巷 2021-01-12 08:24

i need to use Base64 on my app (import android.util.Base64;) but Base64 was included in android with 2.2, api lvl 8. Then when i make the import i get this error: Base64 can

相关标签:
1条回答
  • 2021-01-12 08:58

    Use a home-grown implementation instead: http://androidcodemonkey.blogspot.com/2010/03/how-to-base64-encode-decode-android.html

    0 讨论(0)
提交回复
热议问题