android-native-debug
android-native-debug copied to clipboard
symbol file '/xxx/libart.so' does not match any existing module
我用楼主给的 DEBUG工程来debug,但是执行到第二步的时候 add-dsym /x x x/libart.so,出现 symbol file '/xxx/libart.so' does not match any existing module。google 了一下 据说 需要 启动的时候设置 -writable-system。(不然的话 system 是read only)但是发现这是这个启动项后 模拟器根本启动不起来,楼主知道该怎么解决吗?