上一页 1 2 3 4 5 6 ··· 38 下一页
摘要: 1.错误 java.io.IOException:Invalid keystore format ... 2. 解决方案 方案1: 找到debug.keystore并删除 路径 User\用户名\android\debug.keystore 删除后重新运行项目,会自动的在生成一个文件。 方案2: 检 阅读全文
posted @ 2024-06-15 13:12 野生野鸡码农 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_38238956/article/details/134378733 阅读全文
posted @ 2024-06-12 09:43 野生野鸡码农 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://blog.51cto.com/u_16213465/8070696 阅读全文
posted @ 2024-06-12 09:42 野生野鸡码农 阅读(3) 评论(0) 推荐(0) 编辑
摘要: public class SaveLocal { //保存文件到sd卡 public static void saveToFile(String content) { BufferedWriter out = null; //获取SD卡状态 String state = Environment.ge 阅读全文
posted @ 2024-04-26 16:34 野生野鸡码农 阅读(15) 评论(0) 推荐(0) 编辑
摘要: import android.graphics.RectF import android.view.View import android.view.ViewGroup object MyGuideUtil { /** * @baseView 在哪个view基础上进行镂空 */ fun guideM 阅读全文
posted @ 2023-12-22 14:03 野生野鸡码农 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 加载目录: String url = "file:///android_asset/web/index.html"; webView.loadUrl(url); 完整代码: package com.example.h5application; import androidx.appcompat.ap 阅读全文
posted @ 2023-12-15 15:33 野生野鸡码农 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 第一步:iphone连接到Mac本上,点击手机上的弹窗“信任”按钮。 打开Mac上的“音乐”应用 第二步: iPhone手机->通用->VPN与设备管理->新页面中点击证书->点击信任 阅读全文
posted @ 2023-12-13 16:45 野生野鸡码农 阅读(71) 评论(0) 推荐(0) 编辑
摘要: Studio打包apk名字中文乱码,及git打包人中文乱码解决办法:Studio-->Help-->Edit Custom VM options-->打开sutdio64.exe.vmoptions文件-->把-Dfile.encoding=UTF-8填进去-->重启studio并打包 阅读全文
posted @ 2023-12-12 16:45 野生野鸡码农 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 手机文件管理器路径 View >tool windows >Device File Explorer 阅读全文
posted @ 2023-10-20 10:08 野生野鸡码农 阅读(503) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/post/6844903489051557902?from=singlemessage&isappinstalled=0#comment package com.xiucai.common.manager; import android.graphics.Rect 阅读全文
posted @ 2023-09-14 15:58 野生野鸡码农 阅读(194) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 38 下一页