不知道为什么菜单里插件式换肤,换不了(真机调试)

来源:2-4 从插件包中获取替换资源(二)

司徒数码

2020-02-05 15:01

02-05 23:06:30.007 8046-8092/? E/System:  ********** PLEASE READ ************ 

02-05 23:06:30.007 8046-8092/? E/System:  * 

02-05 23:06:30.008 8139-8181/? E/System:  ********** PLEASE READ ************ 

02-05 23:06:30.008 8139-8181/? E/System:  * 

02-05 23:06:30.008 8139-8181/? E/System:  * New versions of the Android SDK no longer support the Crypto provider.

02-05 23:06:30.008 8139-8181/? E/System:  * If your app was relying on setSeed() to derive keys from strings, you

02-05 23:06:30.008 8139-8181/? E/System:  * should switch to using SecretKeySpec to load raw key bytes directly OR

02-05 23:06:30.008 8139-8181/? E/System:  * use a real key derivation function (KDF). See advice here : 

02-05 23:06:30.008 8139-8181/? E/System:  * http://android-developers.blogspot.com/2016/06/security-crypto-provider-deprecated-in.html 

02-05 23:06:30.008 8139-8181/? E/System:  *********************************** 

02-05 23:06:30.008 8046-8092/? E/System:  * New versions of the Android SDK no longer support the Crypto provider.

02-05 23:06:30.008 8046-8092/? E/System:  * If your app was relying on setSeed() to derive keys from strings, you

02-05 23:06:30.008 8046-8092/? E/System:  * should switch to using SecretKeySpec to load raw key bytes directly OR

02-05 23:06:30.008 8046-8092/? E/System:  * use a real key derivation function (KDF). See advice here : 

02-05 23:06:30.009 8046-8092/? E/System:  * http://android-developers.blogspot.com/2016/06/security-crypto-provider-deprecated-in.html 

02-05 23:06:30.009 8046-8092/? E/System:  *********************************** 


写回答 关注

1回答

  • 司徒数码
    2020-02-05 23:44:20

    大概是手机权限问题,

    解决方法:

    (手机)应用管理->skin_plugin.apk(你自己的放到手机里的插件apk)->权限

    把权限都开了

Android-实用的App换肤功能

本教程从零开始带领大家完成替换手机默认皮肤的功能

14261 学习 · 7 问题

查看课程

相似问题