Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 672
A7madev Avatar asked Nov 20 '14 09:11

A7madev


1 Answers

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
like image 112
Piyush Agarwal Avatar answered Nov 14 '22 11:11

Piyush Agarwal