Код: Выделить всё
Fatal Exception: java.lang.RuntimeException: java.lang.RuntimeException: java.security.NoSuchAlgorithmException: KeyGenerator AES implementation not found
at com.taluttasgiran.rnsecurestorage.RNSecureStorageModule.(RNSecureStorageModule.java:49)
at com.taluttasgiran.rnsecurestorage.RNSecureStoragePackage.createNativeModules(RNSecureStoragePackage.java:13)
...
Caused by: java.security.NoSuchAlgorithmException: KeyGenerator AES implementation not found
< /code>
📦 среда: < /p>
• Library: rn-secure-storage
• React Native Version: 0.72.7
• Android Device Info (from Firebase Crashlytics):
• Device Brand: Samsung
• Model: Galaxy S6
• RAM Free: 505.15 MB
• Disk Free: 9.79 GB
• OS Version: Android 5.1.1
• Orientation: Portrait
• Rooted: No
< /code>
🔍 Что я попробовал: < /p>
• Verified the library is properly linked
• Double-checked Proguard rules (if applicable)
• Tried running on a different Android version (crashes consistently)
< /code>
❓questions: < /p>
1. Is this a known issue with rn-secure-storage?
2. Is there any additional setup needed on the Android side to use AES encryption?
3. Do I need to explicitly define a provider for KeyGenerator?
4. Any ProGuard rules I might be missing?
Подробнее здесь: https://stackoverflow.com/questions/795 ... g-rn-secur