user3684980
user3684980

Reputation: 283

Using libsodium in an android studio project

I am trying to utilize the libsodium library in an android studio project. However, I am having trouble figuring out how to do this. I have the library downloaded from the libsodium website, but do not understand how to create the library files necessary for an android studio project. Any help would be greatly appreciated. I imagine that kalium (https://github.com/abstractj/kalium) would help me do this, but am slightly confused on how to incorporate that as well.

Upvotes: 6

Views: 5405

Answers (2)

Daniel Wallman
Daniel Wallman

Reputation: 418

libsodium themselves recommends lazysodium-android

Upvotes: 1

ACBM
ACBM

Reputation: 667

I know it's quite late, but if you want a starting point, this answer could help you: Answer.

Also, now there are many helpers to use libsodium in Android, like this github project: Robosodium.

Upvotes: 4

Related Questions