为什么我不能使用 android.util.Base64?

发布于 2025-01-06 05:32:07 字数 112 浏览 3 评论 0原文

The import android.util.Base64 cannot be resolved

Base64类真的在util包中吗?需要一些帮助! 谢谢

The import android.util.Base64 cannot be resolved

is Base64 class really inside the util package? Need some help!
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

三生殊途 2025-01-13 05:32:07

android.util.Base64 自 Android API Level 8(即 Android 2.2.x 或更高版本)以来已包含在内

http://developer.android.com/reference/android/util/Base64.html


对于旧版本,您必须手动下载库或源代码并将其放在您的项目下。

android.util.Base64 has been included since Android API Level 8 (i.e. Android 2.2.x or later)

http://developer.android.com/reference/android/util/Base64.html

For older version, you have to download the library or source code manually and put it under your project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文