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.
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.