5

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

A7madev
  • 728
  • 3
  • 10
  • 18

1 Answers1

8
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
Piyush Agarwal
  • 25,608
  • 8
  • 98
  • 111
  • 1
    When this happens after a Java upgrade, there may be `*_policy.jar.rpmnew` files in that directory. Copy those over the present files, which are actually those of your previous Java version. – Thraidh Jan 08 '15 at 18:29