会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
巫山老妖
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
25
下一页
2024年2月23日
异常 app key or app secret must be initialed
摘要: 物联网平台移动开发sdk。在android应用的问题。 按照文档集成后,运行抛异常(仅调用SDKManager.init(this);) 异常摘录片段如下: java.lang.RuntimeException: Unable to create application com.kong.home_
阅读全文
posted @ 2024-02-23 16:27 巫山老妖
阅读(28)
评论(0)
推荐(0)
编辑
2024年1月18日
Android 配置https抓包
摘要: 在Android中抓包常用fidder或者Charles,http可以直接抓去到请求信息,https抓取不到 下面介绍两种抓包方案,可以轻松的获取请求的信息。 一、使用用户证书 1、application中 android:networkSecurityConfig="@xml/network_se
阅读全文
posted @ 2024-01-18 14:28 巫山老妖
阅读(276)
评论(0)
推荐(0)
编辑
2024年1月9日
报错 To run and debug the Harmony device, configure the HarmonyOS runtime.
摘要: 这个工程是OpenHarmony工程,你的设备是HarmonyOS设备。可以按照这个方法试试: 在模块下的build-profile.json5文件中的target数组下添加"runtimeOS": "HarmonyOS",然后重新签名,签名的时候勾选supportHarmony 如图 重新签名打包
阅读全文
posted @ 2024-01-09 13:48 巫山老妖
阅读(2344)
评论(0)
推荐(0)
编辑
ohpm : 无法将“ohpm”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。
摘要: Axios网络框架地址: https://gitee.com/openharmony-sig/ohos_axios#https://gitee.com/openharmony-tpc/docs/blob/master/OpenHarmony_har_usage.md 下载安装,DevEco Stud
阅读全文
posted @ 2024-01-09 11:04 巫山老妖
阅读(319)
评论(0)
推荐(0)
编辑
2024年1月8日
鸿蒙开发 ERROR: Failed to find the incremental input file: C:\Users\admin\.ohos\config\auto_debug_MyApplication2_com.example.myapplication2_2850086000448618441.cer.
摘要: 如图 我把项目拷贝到另一台机器报的错误,发现是签名的问题, 修改签名 操作如下: DevEco Studio 点击File ——》Project Structure——》Project ——》Signing Configs 选择 Automatically generate signature 自动
阅读全文
posted @ 2024-01-08 11:29 巫山老妖
阅读(1475)
评论(0)
推荐(0)
编辑
华为HarmonyOS开发之模拟器不能启动的问题(虚拟化未开启)
摘要: 如图,点击查看处理指导,根据提示修改配置后还是启动失败 查看 任务管理器——》性能——》CPU 显示虚拟化未开启,需要开启 开启步骤 开启成功,模拟器也可以启动了
阅读全文
posted @ 2024-01-08 11:19 巫山老妖
阅读(766)
评论(0)
推荐(0)
编辑
2023年9月8日
No variants found for ':app'. Check build files to ensure at least one variant exists. at:
摘要: 遇到的问题如图
阅读全文
posted @ 2023-09-08 16:18 巫山老妖
阅读(534)
评论(0)
推荐(0)
编辑
jks和keystore的区别及转换
摘要: https://juejin.cn/post/6854573220385947661 https://zhuanlan.zhihu.com/p/374036719
阅读全文
posted @ 2023-09-08 14:47 巫山老妖
阅读(124)
评论(0)
推荐(0)
编辑
打包发布版时报错 Error: The apk for your currently selected variant cannot be signed. Please specify a signing configuration for this variant (release).
摘要: 当直接运行release版本时,报错 Error: The apk for your currently selected variant cannot be signed. Please specify a signing configuration for this variant (relea
阅读全文
posted @ 2023-09-08 14:34 巫山老妖
阅读(1116)
评论(0)
推荐(0)
编辑
2022年11月3日
Can't determine type for tag '<macro name="m3_comp_bottom_app_bar_container_color">?attr/colorSurface</macro>'
摘要: 版本不匹配造成的 /*implementation 'androidx.appcompat:appcompat:1.5.1' implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.co
阅读全文
posted @ 2022-11-03 16:00 巫山老妖
阅读(423)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
···
25
下一页