How To Build And Debug Native Code (c) With Neon Enabled In Android Studio?
I am referring is-it-possible-to-debug-c-c-in-android-studio? last answer by Yuchen Zhong and did some basic example also, that I am able to build and debug also. So now I am try
Solution 1:
What does your Application.mk file look like? Adding
APP_CFLAGS := -mfloat-abi=softfp -mfpu=neon
to Application.mk should fix the error.
Post a Comment for "How To Build And Debug Native Code (c) With Neon Enabled In Android Studio?"