Error while uploading slice_4.apk : WARNING: linker: libhoudini.so has text relocations. This is wasting memory and prevents security hardening. Please fix.

问题:

android studio 2.4版本新建项目后老是编译不过,查看log报如下错误,最后发现关闭即时编译功能可以解决此问题。这也算是2.4测试版的bug吧

android - Error while uploading dependencies.apk : WARNING: linker: libhoudini.so has text relocations - Stack Overflow
http://stackoverflow.com/questions/42585924/error-while-uploading-dependencies-apk-warning-linker-libhoudini-so-has-text

error log :

Error while uploading slice_4.apk : WARNING: linker: libhoudini.so has text relocations. This is wasting memory and prevents security hardening. Please fix.

解决方案:

File>Settings>Build, Execution, Deployment> Instant Run

And then disable it. After that you will get working installation in GenyMotion as well.

原文地址:https://www.cnblogs.com/bluestorm/p/6627916.html