解决error: only position independent executables (PIE) are supported
摘要:在Android.mk文件中添加以下内容LOCAL_CFLAGS += -pie -fPIELOCAL_LDFLAGS += -pie -fPIE原帖地址:http://blog.csdn.net/hxdanya/article/details/39371759
阅读全文
posted @ 2015-04-08 15:16