https://www.dropbox.com/developers/sync/sdks/android
"The subdirectories contain the native components, built for each supported Android platform. You can safely omit some of them if you know which platforms your app needs to support ("armeabi" is the most common)."
I have a simple application about text notes.
Based on text above - which libs should I include:
Only armeabi or all presented (mips, x86, armeabi, armeabi-7a also)?
Tried to find some detailed info about these armeabis - no result. What for are they?