简体   繁体   中英

Android | Debug native app on Genymotion emulator

When I try to debug native (cocos2dx game) on Genymotion (Nexus 7, android 4.3) emulator, I got:

warning: while parsing target description (at line 1): Target description specified unknown architecture "i386" warning: Could not load XML target description; ignoring

I understood the problem, but I don't know how to fix it?

Is there any possibility to spoof a cpu-arch on Genymotion emulator? Or maybe this problem can be solved by some different way?

Update 1 My Android.mk file have

APP_ABI := armeabi armeabi-v7a x86

Is far as I know i365 kind of x86 , so I'm still confusing why gdb fails

Update 2

The same problem descibed here and looks like the author have solved it

我通过清理obj dir解决了这个问题

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM