Page 3 of 3

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

Posted: Wed Jun 21, 2023 6:15 am
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 :)

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

Posted: Fri Jul 07, 2023 11:44 am
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?