Android Question SQLCipher - Crashing B4A bridge and program

ravisemilo

Member
Licensed User
Longtime User
I have downloaded the SQLCipher library and added it to the lib folder as instructed. I have opened my existing project (previously using SQL library only) and referenced the SQLCipher library and added the ucudt46l.zip to the files.
When I run the project (using B4ABridge on Nexus 4 4.4), one of the following happens (I've tried numerous times and still either of these two happen randomly):
1. The compile window shows "Completed successfully" but the log does not show the installation. Nothing happens on the device. After a couple of minutes or more, it shows "Parse Error" window. The log window throws up numerous lines (attached).
2. The compile window shows "Completed successfully", nothing shows up in the log, the b4abridge gets disconnected on the device (however it still shows "connected" in the B4A program). When I try to close the B4A program, it crashes.

If any one had the same problem and resolved, let me know

-Thanks
Ravi
 

Attachments

  • log.txt
    4.1 KB · Views: 185

ravisemilo

Member
Licensed User
Longtime User
USB Debugging worked when I changed the connection as PTP instead of MTP.
And yes, the SQLCipher also worked (Now the app is around 15MB instead of the original 2MB).:(
Thanks Erel.
 
Upvote 0
Top