Disa manifest states that min. API level is 14 but it actually uses some methods which were only introduced in API 17 hence it fails on older "devices" with Android 4.0.4 (for example, lightweight emulators like Windroy and YouWave Android Free)
java.lang.NoSuchMethodError: no method with name='setTextAlignment' signature='(I)V' in class Landroid/view/View;