How to build AES Crypt for Android shared Library ( JNI )

Discussion related to AES Crypt, the file encryption software for Windows, Linux, Mac, and Java.
rohanbarb
Posts: 1
Joined: Wed Jun 21, 2023 6:12 am

Re: How to build AES Crypt for Android shared Library ( JNI )

Post by rohanbarb »

paulej wrote: Wed Apr 12, 2023 3:52 am Does this help?

http://danilogiulianelli.blogspot.com/2 ... r.html?m=1
Hi, I tried this method with gkbrown's changes and at first it didn't work. I needed ARMv7a But it only compiled for ARMv5 even with TARGET_ARCH_ABI := all. The thing is that you should apparently not set target arch this way. Add a file 'Application.mk' with:
Nulls brawl
APP_ABI := all

and remove TARGET_ARCH_ABI line. Now ndk-build will build for all targets :)
stalk01
Posts: 2
Joined: Mon May 22, 2023 6:46 am

Re: How to build AES Crypt for Android shared Library ( JNI )

Post by stalk01 »

muzamil321 wrote: Wed Jun 14, 2023 5:53 pm It seems like the iconv library is missing in your project. Please ensure that this library is correctly installed and your project is properly referencing it. Also, remember to update your minSdkVersion if you're using features not available in Android 8.
shadow fight 2 mod apk
Is the iconv library installed correctly in your project and have you ensured proper installation and referencing? Did you update minSdkVersion for Android 8 compatibility? Can you please elaborate on the process of this?
Post Reply