Uncaught translation errors when import SQLCipher in Android

IDE: VS 2015
Version: 9.1.100.2085
Target (If relevant): Android
Description:

AndroidTest.zip (2.6 MB)

I’m trying to use SQLCipher 3.5.4 (lateast version) in Elements for Android. I’ve successfully added the AAR package into references, but it shows multiple uncaught translation errors when compile the project:

Sounds like it’s referencing the same file twice somehow.

Close:

processing archive /Users/mh/Downloads/AndroidTest 2/obj/Debug/Android/AndroidTest.jar...
processing archive obj/Debug/Android/aar/android-database-sqlcipher-3.5.4/android-database-sqlcipher-3.5.4.classes.jar...
processing archive obj/Debug/Android/aar/android-database-sqlcipher-3.5.4/jni/android-database-sqlcipher-3.5.4.sqlcipher-javadoc.jar...
processing archive obj/Debug/Android/aar/android-database-sqlcipher-3.5.4/jni/android-database-sqlcipher-3.5.4.sqlcipher.jar...

indeed there are three .jar files in the .aar, and the way we handle .aars, we princess them all. O’m not aware of any logic that should cause us to skip one, but i’ll investigate.

Workaround: remove the .aar ref and manually reference the right .jar file from the extracted ones.

Thanks, logged as bugs://77037

bugs://E19019 was closed as fixed.