0

using ibm bluemix blulist application : https://github.com/ibm-bluemix-mobile-services/bms-samples-android-bluelist?cm_mc_uid=44237229817214706405928&cm_mc_sid_50200000=1470653588

getting error in android studio :

Error:Execution failed for task ':app:compileDebugJavaWithJavac'. java.io.FileNotFoundException: C:\Users\Darshan\Downloads\bms-samples-android-bluelist-master\bluelist\app\src\main\jniLibs\sqlcipher.jar (The system cannot find the file specified)

1 Answers1

1

It looks like you haven't followed the steps in the readme under Enabling Encryption correctly. Please ensure you have downloaded the appropriate files and added them to the app\src\main\jniLibs directory if you'd like to enable encryption.

Please keep in mind that this sample is no longer supported. If you continue to have issues, try out some of our fully supported simple Android samples.

Dave Cariello
  • 505
  • 6
  • 12