1 | initial version |
What I ended up doing was changing my Application.mk file to not include the mips (which I really didnt need anyway). So Now I build only for armeabi-v7a.
So to recap, I changed
APP_ABI := all
to
APP_ABI := armeabi-v7a