5

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

A7madev
  • 718
  • 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,090
  • 8
  • 95
  • 109
  • 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