Android: CyanogenMod 7 (Android 2.3) + BouncyCastle encryption libraries: IllegalAccessError
- 阅读更多 关于 Android: CyanogenMod 7 (Android 2.3) + BouncyCastle encryption libraries: IllegalAccessError
问题 I'm getting a strange error when using bouncycastle libraries: ERROR/AndroidRuntime(1226): FATAL EXCEPTION: Thread-10 ERROR/AndroidRuntime(1226): java.lang.IllegalAccessError: tried to access class org.bouncycastle.crypto.engines.RSACoreEngine from class org.bouncycastle.crypto.engines.RSAEngine ERROR/AndroidRuntime(1226): at org.bouncycastle.crypto.engines.RSAEngine.init(Unknown Source) ERROR/AndroidRuntime(1226): at org.bouncycastle.crypto.encodings.PKCS1Encoding.init(PKCS1Encoding.java:90)