W/PackageParser: Unknown element under <manifest>: queries at /storage/emulated/0/Android/data/com.ibyte.SipLink/apps/UNI0BB0259/doc/update/siplink.apk Binary XML file line #42
W/System.err: java.lang.IllegalArgumentException: Couldn't find meta-data for provider with authority com.ibyte.SipLink.dc.fileprovider
at androidx.core.content.FileProvider.parsePathStrategy(FileProvider.java:606)
at androidx.core.content.FileProvider.getPathStrategy(FileProvider.java:579)
at androidx.core.content.FileProvider.getUriForFile(FileProvider.java:417)
W/System.err: at io.dcloud.common.util.LoadAppUtils.getDataAndTypeIntent(SourceFile:6)
at io.dcloud.common.adapter.util.PlatformUtil.openFileBySystem(SourceFile:17)
at io.dcloud.f.a.a.a(SourceFile:311)
at io.dcloud.f.a.a.processEvent(SourceFile:1264)
at io.dcloud.f.b.c.dispatchEvent(SourceFile:26)
at io.dcloud.h.b.processEvent(SourceFile:2)
at io.dcloud.feature.pdr.RuntimeFeatureImpl$a.run(SourceFile:7)
包名权限都配置了的
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "com.ibyte.SipLink"
minSdkVersion 21
targetSdkVersion 30
versionCode 100
versionName "1.0.0"
multiDexEnabled true
ndk {
abiFilters 'x86', 'armeabi-v7a'
}
}
}
TcolelAi
我现在也遇见了,你怎么解决的?
2022-09-11 12:27
3***@qq.com
回复 TcolelAi: 有解决吗?
2023-08-22 11:37
1***@163.com
回复 TcolelAi: 我是使用plus.runtime.openFile方法,或者把SDK版本降低
2023-09-26 17:01