Search found 2 matches

by stalk01
Fri Jul 07, 2023 11:44 am
Forum: AES Crypt
Topic: How to build AES Crypt for Android shared Library ( JNI )
Replies: 21
Views: 44070

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

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 librar...
by stalk01
Mon May 22, 2023 6:48 am
Forum: AES Crypt
Topic: How to build AES Crypt for Android shared Library ( JNI )
Replies: 21
Views: 44070

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

Hi, now i am using MAC OSX MAVERICK and I'm trying to create a shared library within an Android project in eclipse to use it via JNI calls, but when I execute the build command (ndk-build) I receive the following error: Android NDK: WARNING: APP_PLATFORM android-18 is larger than android:minSdkVers...