随笔分类 -  问题

1 2 下一页
获取证书签名指纹SHA256时, 报java.io.IOException: Invalid keystore format
摘要:java.io.IOException: Invalid keystore format 解释: java.io.IOException: Invalid keystore format 错误表明Java程序试图加载一个密钥库(keystore),但是密钥库的格式不正确或不被支持。密钥库通常用于存储 阅读全文
posted @ 2024-07-15 15:14 巫山老妖 阅读(292) 评论(0) 推荐(0) 编辑
Unable to make field private final java.lang.String java.io.File.path access
摘要:升级Android studio后(Arctic Fox 北极狐 升级为 jellyfish 水母),遇到 Unable to make field private final java.lang.String java.io.File.path access这个问题,Arctic Fox 北极狐版 阅读全文
posted @ 2024-05-21 16:24 巫山老妖 阅读(3461) 评论(0) 推荐(0) 编辑
异常 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) 编辑
No variants found for ':app'. Check build files to ensure at least one variant exists. at:
摘要:遇到的问题如图 阅读全文
posted @ 2023-09-08 16:18 巫山老妖 阅读(538) 评论(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 巫山老妖 阅读(1118) 评论(0) 推荐(0) 编辑
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 巫山老妖 阅读(427) 评论(0) 推荐(0) 编辑
Android Studio 编译报错 The minCompileSdk (33) specified in a dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties)
摘要:在AS上新建了一个项目,默认的开发语言是kotlin,当项目加载完成后,发现无法编译,并报出如下错误: One or more issues found when checking AAR metadata values: The minCompileSdk (33) specified in a 阅读全文
posted @ 2022-09-15 14:19 巫山老妖 阅读(10396) 评论(0) 推荐(0) 编辑
Inheritance from an interface with '@JvmDefault' members is only allowed with -Xjvm-default option
摘要:报错问题 代码中 原因:需要直接或者间接地依赖于版本 2.5.0-alpha01 在某些情况下,希望使用all-compatibility而不是all 解决办法: 在build.gradle的kotlinOptions中添加如下内容 freeCompilerArgs += [ "-Xjvm-defa 阅读全文
posted @ 2022-06-02 20:50 巫山老妖 阅读(1227) 评论(0) 推荐(1) 编辑
The application could not be installed: INSTALL_FAILED_TEST_ONLY
摘要:使用vivoX23 Android9调试时发现程序安装失败 Installation did not succeed.The application could not be installed: INSTALL_FAILED_TEST_ONLY 如图: 解决方法: 在gradle.properti 阅读全文
posted @ 2022-04-12 11:52 巫山老妖 阅读(390) 评论(0) 推荐(0) 编辑
The application could not be installed: INSTALL_FAILED_TEST_ONLY
摘要:The application could not be installed: INSTALL_FAILED_TEST_ONLY 解决办法: gradle.properties文件 android.injected.testOnly=false 参考于:https://blog.csdn.net/g 阅读全文
posted @ 2021-06-11 14:43 巫山老妖 阅读(269) 评论(0) 推荐(0) 编辑
异常:java.lang.RuntimeException: Canvas: trying to draw too large(161740800bytes) bitmap
摘要:今天遇到一个问题,打的包无法在部分手机上安装,出现解析错误的问题, 异常:java.lang.RuntimeException: Canvas: trying to draw too large(161740800bytes) bitmap 不行的手机vivo和小米11Pro,原因是drawable 阅读全文
posted @ 2021-06-11 14:34 巫山老妖 阅读(559) 评论(0) 推荐(0) 编辑
Re-download dependencies and sync project (requires network)
摘要:Android Studio4.1.3版本,创建一个新项目时发现出现下面的问题 Failed to open zip file. Gradle's dependency cache may be corrupt (this sometimes occurs after a network conne 阅读全文
posted @ 2021-04-14 22:01 巫山老妖 阅读(545) 评论(0) 推荐(0) 编辑
java.lang.SecurityException: getImeiForSlot: The user 10282 does not meet the requirement
摘要:这两天项目升级Android 编译版本,将build.gradle 中的 compileSdkVersion 升级到 29后,发现APP在Android 10 及Android 11设备上在调用获取设备信息的时候崩溃了。 问题描述:Android 编译版本升级为29后,在Android 10 和An 阅读全文
posted @ 2021-03-15 14:10 巫山老妖 阅读(4496) 评论(0) 推荐(0) 编辑
Error while Launching activity华为双系统时,安装后再卸载,再安装的问题
摘要:报 Error while Launching activity 错误 解决方法:命令行 adb uninstall com.chuanye.disposition 显示成功后 Success后就可以安装 阅读全文
posted @ 2021-03-15 14:04 巫山老妖 阅读(150) 评论(0) 推荐(0) 编辑
Cannot fit requested classes in a single dex file (# methods: 66411 > 65536)
摘要:解决问题有3步 步骤1 在app module中的build.gradle中添加依赖 implementation 'com.android.support:multidex:1.0.3' 步骤2 在app module中的build.gradle中的defaultConfig中添加以下代码 mul 阅读全文
posted @ 2020-09-09 15:14 巫山老妖 阅读(2844) 评论(0) 推荐(0) 编辑
Error while Launching activity
摘要:Error while executing: am start -n "com.chuanye.ops/com.chuanye.ops.activitys.LoginActivity" -a android.intent.action.MAIN -c android.intent.category. 阅读全文
posted @ 2020-07-27 17:03 巫山老妖 阅读(1095) 评论(0) 推荐(0) 编辑
A dependency may only have one source
摘要:在使用Flutter的时候添加依赖报错了 Error on line 21, column 5 of pubspec.yaml: A dependency may only have one source. ╷ 21 │ ┌ sdk: flutter 22 │ │ http: '>=0.11.3+1 阅读全文
posted @ 2019-11-21 16:42 巫山老妖 阅读(1094) 评论(0) 推荐(0) 编辑
App过大
摘要:最近开发中遇到一个报错信息 如下 Error:Cannot fit requested classes in a single dex file.Try supplying a main-dex list. # methods: 72477 > 65536 大致意思是Android App中的方法数 阅读全文
posted @ 2019-06-18 16:15 巫山老妖 阅读(327) 评论(0) 推荐(0) 编辑
Android 9.0网络权限适配
摘要:在做Android开发时,使用华为的p20和平板(均为Android 9.0)测试时,发现不能使用WIFI网络,一番郁闷纠结查找后 直接上方法: 在res文件夹下创建xml文件夹,在xml里面创建文件network_security_config.xml 阅读全文
posted @ 2019-06-11 11:44 巫山老妖 阅读(3210) 评论(0) 推荐(0) 编辑

1 2 下一页