Error:Could not initialize class javax.crypto.JceSecurity [closed]

不问归期 提交于 2021-01-27 07:33:03

问题


Im getting this error Error:Could not initialize class javax.crypto.JceSecurity in Android Studio 0.9.3, any solutions?


回答1:


Ensure that the following JAR files does exist in the your JRE:

JRE/lib/security/local_policy.jar
JRE/lib/security/US_export_policy.jar


来源:https://stackoverflow.com/questions/27036588/errorcould-not-initialize-class-javax-crypto-jcesecurity

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!