赞
踩
环境
android版本:10
权限情况:已授权文件读写
问题:初始化X5出错
我对X5内核进行初始化加载:
X5Sdk.init().then((isOK) { print(isOK ? "X5内核成功加载" : "X5内核加载失败"); });
在这里报错,一直无法初始化成功:
W/FileUtils( 7567): Failed to chmod(/data/user/0/com.tencent.mm/app_tbs): android.system.ErrnoException: chmod failed: EACCES (Permission denied)
W/FileUtils( 7567): Failed to chmod(/data/user/0/com.tencent.mobileqq/app_tbs): android.system.ErrnoException: chmod failed: EACCES (Permission denied)
W/FileUtils( 7567): Failed to chmod(/data/user/0/com.tencent.mm/app_tbs): android.system.ErrnoException: chmod failed: EACCES (Permission denied)
W/FileUtils( 7567): Failed to chmod(/data/user/0/com.tencent.mobileqq/app_tbs): android.system.ErrnoException: chmod failed: EACCES (Permission denied)
说无权,但我已经授权了文件读写权限,并进行了二次权限校验。
android 6.0之上的系统除
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。