摘要:
原本地址是: https://update.code.visualstudio.com/1.70.2/win32-x64/stable 实际地址: https://az764295.vo.msecnd.net/stable/e4503b30fc78200f846c62cf8091b76ff55476 阅读全文
摘要:
模拟器 远程调试 webview Step 1:设置在 Debug 模式下启用 WebView 调试 // Debug 模式下开启远程调试 WebView webView = new WebView(activity); if (BuildConfig.DEBUG) { if (android.os 阅读全文
摘要:
@echo off echo start copy... for /f "delims==" %%a in ('dir /b /s G:\����\50001\assets\resources\*.mp3')do copy /y "%%a" G:\new_mp3_\ echo finish paus 阅读全文
摘要:
在 Visual Studio or VS Code 中使用正则表达式 Visual Studio 使用 .NET 正则表达式来查找和替换文本。 官方文档: https://learn.microsoft.com/zh-cn/visualstudio/ide/using-regular-expres 阅读全文
摘要:
1、现象 复制 文件随便复制到哪里,都会弹出这样一个框。 提示 您需要来自administrator 的权限才能对此文件进行更改。 2、如何出现的,以及查询解决方案 我这里是 在 github 下载的,中间出现过一次 下载错误,重新下载,下载下来的文件就 出现这个问题了。 找了一堆解决方案,都不靠谱 阅读全文
摘要:
failed to create JVM: JVM path: "C:\Program Files\XXXXXX\XXXX\xxxxx\" if you have a 64-bit jdk installed, define a JAVA_HOME variable in Computer> sys 阅读全文
摘要:
Android 版本号对应关系 Gradle Plugin and AndroidStudio 依赖关系 Gradle Plugin and gradleVersion 依赖关系 阅读全文
摘要:
Error while executing process ..\android-ndk-r16-beta1\ndk-build.cmd with arguments {NDK_PROJECT_PATH=null .... No rule to make target .. Android Stud 阅读全文
摘要:
1、前面写了 接入 FireBase 代码相关的,这一篇用来写后台设置。 首先可以参阅这里,讲到了 接入的整个流程。 首先账号申请,填写App 相关信息, 下载 google-services.json 配置文件 置入 项目文件夹,这些没啥好说的。 接入以后,当 google 后台没有 接收到 上报 阅读全文
摘要:
背景: 海外 App 需要接入 FireBase SDK, 用来 监控崩溃率,需要上架 谷歌商店,所以只考虑了 谷歌自家的。 根据 FireBase 后台教程 大概就是三步走: 第 1 步:将 Firebase Crashlytics SDK 添加到您的应用 dependencies { // Im 阅读全文