如果出现这个错误:/usr/bin/ld: out/host/linux-x86/obj/EXECUTABLES/accRuntimeTest_intermediates/runtimeTest.o: undefined reference to?dlsym@@GLIBC_2.0/usr/bin/ld: note:?'dlsym@@GLIBC_2.0'?is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line/lib/libdl.so.2: could not read symbols: Invalid operation?那: vi system/core/libacc/tests/Android.mk?LOCAL_SHARED_LIBRARIES := \??? libacc?LOCAL_LDLIBS += -ldl???????????? <<===?- - - - -?- - - - -?LOCAL_SHARED_LIBRARIES := \??? libacc?LOCAL_LDLIBS += -ldl?LOCAL_MODULE_TAGS := tests?include $(BUILD_HOST_EXECUTABLE)
详细解决方案
Android 编译时失误 /lib/libdl.so.2: could not read symbols: Invalid operation
热度:141 发布时间:2016-05-01 16:49:06.0
相关解决方案
- java报错Syntax error on token "return" invalid Type解决方案
- 新手求教。spring+axis2集成的有关问题。The endpoint reference (EPR) for the Operation not found
- struts2的property标签,碰到Attribute id invalid for tag property according to TLD
- 数据库拒绝连接 sessionFactory is not writable or has an invalid setter method,该怎么处理
- Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your,该如何处理
- Files' name is invalid or does not exist (1205).这是关于什么的异常
- J2ME错误:java.net.SocketTimeoutException: Read timed out
- android 读取byte[]中的元素解决方案
- android 标题栏兑现方式
- android 中Activity向BroadcastReceiver发送数据,该怎么解决
- Android 4.0 为什么模拟器老是提示小弟我谷歌拼音输入法已停止
- android:getSharedPreferences() 这是哪个类的方法解决思路
- android 怎么判断一个程序是否联网
- android 大量数据按周分组,该如何解决
- android RadioButton如何设置默认选中
- 如果http请求发生错误,比如is.read()发生阻塞,小弟我希望30s或者60s错误抛出,能做到么
- [乞援]http的is.read()最后读不到-1,是为什么
- javax.mail.SendFailedException: Invalid Addresses;
- 请教inputstreamreader.read()方法 在真机(nokia 6670)上这个流里如果没有东西可读,是不是会一直阻塞在那?会不会报i/o错误
- java.io.UTFDataFormatException: invalid first byte
- ksoap2-android-这个包,连接webService怎么设置超时
- android 怎么重新设置锚点
- android UI界面设计解决方案
- android 图片对象获取的有关问题
- IOException reading reader invalid first byte 10110000,该怎么解决
- Error : Invalid path什么回事啊求解决!
- Invalid path,是咋回事?
- 运作java的时候 出现Error : Invalid path, "C:\Program Files (x86)\Java\jdk1.6.0_21\bin
- android 怎么调用淘宝支付宝接口
- Android 沿袭InputMethodService自定义输入法