上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 63 下一页
  2022年11月1日
摘要: string dir = "/storage/emulated/0/Android/data/com.example.myapp/data"; if (!Directory.Exists(dir)) { Directory.CreateDirectory(dir); } string path = 阅读全文
posted @ 2022-11-01 10:54 邢帅杰 阅读(535) 评论(0) 推荐(0)
  2022年10月26日
摘要: 下载地址:https://varaneckas.com/jad/下载最新的符合自己系统的文件,解压之后包含jad.exe 和 Readme.txt文件将要反编译的aar包改成zip然后解压一下,再将解压后里面的classes.jar改成图中一样的zip,再解压会得到一个新的com目录到这里再从cmd 阅读全文
posted @ 2022-10-26 10:58 邢帅杰 阅读(1384) 评论(0) 推荐(0)
  2022年10月25日
摘要: Build失败,原因是我添加的图片不符合Android Studio的审核要求,添加两行代码,禁用审核在app目录下的build.gradle中的android {...}增加配置android {.......aaptOptions.cruncherEnabled = falseaaptOptio 阅读全文
posted @ 2022-10-25 21:43 邢帅杰 阅读(212) 评论(0) 推荐(0)
摘要: 官方文档:https://learn.microsoft.com/zh-cn/aspnet/core/blazor/hybrid/static-files?view=aspnetcore-6.0在 .NET MAUI 应用中,使用 MauiAsset 生成操作的原始资源和 .NET MAUI fil 阅读全文
posted @ 2022-10-25 09:37 邢帅杰 阅读(1512) 评论(0) 推荐(0)
  2022年10月24日
摘要: 修改根目录的build.gradle 增加 repositories 配置,然后再File>Sync Project with Gradle Files,再执行Build>Rebuild Project buildscript { ext { agp_version = '7.3.0' } repo 阅读全文
posted @ 2022-10-24 21:54 邢帅杰 阅读(944) 评论(0) 推荐(0)
摘要: Android Studio版本:android-studio-2021.3.1.16-windows.exe报错:Plugin [id: 'com.android.application', version: '7.3.0', apply: false] was not found in any 阅读全文
posted @ 2022-10-24 20:39 邢帅杰 阅读(23055) 评论(0) 推荐(1)
  2022年10月14日
摘要: Platforms》Android》AndroidManifest.xml中加配置 <manifest xmlns:android="http://schemas.android.com/apk/res/android"> <application android:allowBackup="true 阅读全文
posted @ 2022-10-14 11:29 邢帅杰 阅读(113) 评论(0) 推荐(0)
  2022年9月29日
摘要: 来源:https://www.cnblogs.com/lxhbky/p/12219080.html using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Ref 阅读全文
posted @ 2022-09-29 15:47 邢帅杰 阅读(58) 评论(0) 推荐(0)
摘要: 问题:使用VS2022创建WinForm程序,完了需要打包成安装程序,这时候我去下载Microsoft Visual Studio Installer Projects 2022插件,速度超级慢,恶心人。总算是下载下来了,我存到我的网盘上面了,下载链接,速度快点:https://pan.baidu. 阅读全文
posted @ 2022-09-29 10:33 邢帅杰 阅读(1657) 评论(1) 推荐(1)
  2022年9月21日
摘要: 官方文档:https://seb-l.github.io/pinia-plugin-persist/#vue3安装:npm i pinia-plugin-persist --save使用,注意是pinia.use(piniaPersist) import { createApp } from 'vu 阅读全文
posted @ 2022-09-21 15:46 邢帅杰 阅读(3750) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 63 下一页