shaded2 / Tasquid

This fork of the popular astrid to-do task manager, we're calling it tasquid
http://www.tasquid.com
GNU General Public License v3.0
19 stars 8 forks source link

Tasquid runs only on Android devices with ARM CPU/ABI #36

Open mide42 opened 9 years ago

mide42 commented 9 years ago

Tasquid cannot be installed on Android devices with a CPU/ABI other than ARM, namely x86 & MIPS devices. This is a minor limitation, since most smartphones & tablet with Android are based on ARM.

The reason for this seems to be that library project "android-aac-enc" has a native library named "libaac-encoder", which is only provided for ARM, but not x86 or MIPS. See also folder folder "android-aac-enc/libs" in the repository.

Maybe it was just forgotten to add the native library files for the other two CPU platforms.

mide42 commented 9 years ago

I encountered this limitation when I tried to install the app in the Genymotion emulator.