最新 最热

【错误记录】360 加固后的运行错误 ( 加固 SO 动态库时不能对第三方动态库进行加固 )

在 【Android 安全】使用 360 加固宝加固应用 ( 购买高级加固服务 | 设置资源加固 | 设置 SO 文件保护配置 | 设置 SO 防盗用文件配置 | 反编译验证加固效果 ) 加固时 , 遇到的问题 ;...

2023-03-29
0

【错误记录】Tinker 热修复示例运行报错 ( Execution failed for task ‘:app:tinkerProcessD‘ . tinkerId is not set!!! )

运行 tinker 官方示例 https://github.com/Tencent/tinker/tree/dev/tinker-sample-android , 编译时 , 报如下错误 ;

2023-03-29
2

【错误记录】集成 Tinker 热修复报错 ( No such property: variantConfiguration for class: .ApplicationVariantData )

文章目录一、报错信息二、解决方案一、报错信息----接入 Tinker 热修复 , 使用如下 Gradle 插件 , // Tinker 的 tinker-patch-gradle-plugin 插件 classpath "com.tencent.tinker:tinker-p......

2023-03-29
2

【错误记录】Gradle 配置 productFlavors 报错 ( All flavors must now belong to a named flavor dimension. )

使用低版本的 Gradle 插件不会报错 , 使用高版本的 Gradle 插件报错 ;

2023-03-29
1

【错误记录】Flutter 界面跳转报错 ( Navigator operation requested with a context that does not include a Naviga )

上面是 MaterialApp 的注释 , MaterialApp 中会自动创建一个 Navigator , 此处使用了 MaterialApp 仍然报上述错误 ;

2023-03-29
2

【错误记录】Flutter 界面报错 ( No MediaQuery widget ancestor found. | Scaffold widgets require a MediaQuery )

出现上述问题 , 是因为在界面的根组件 , 没有使用 MaterialApp 组件 , 在 main.dart 中的 main 函数中 , 运行的组件的根组件必须是 MaterialApp ;

2023-03-29
1

【错误记录】国际化报错 ( “xxx“ is not translated in “zh“ (Chinese) )

文章目录一、报错信息二、解决方案一、报错信息----对应用进行国际化时报错 , 报错信息 :"xxx" is not translated in "zh" (Chinese)

2023-03-29
1