WebRTC-APM-for-Android icon indicating copy to clipboard operation
WebRTC-APM-for-Android copied to clipboard

ndk-r10e编译报错

Open Mearitek opened this issue 6 years ago • 1 comments

Android NDK: NEON support is only possible for armeabi-v7a ABI its variant armeabi-v7a-hard and x86 ABI Android NDK: Please add checks against TARGET_ARCH_ABI in webrtc/modules/audio_processing/aec/Android.mk C:/android-ndk-r10e/build/core/build-binary.mk:292: *** Android NDK: Aborting . Stop.

Mearitek avatar Jan 28 '19 08:01 Mearitek

@Mearitek It is always better to use the latest ndk-version for a better experience. Things to remember:

  • Focus on Latest Branch-head of WebRtc (origin/master)
  • Use Latest NDK-Version for Development

This would resolve your problem. For detailed intuition, you can visit this reference: Android-Native-Development-For-WebRTC

mail2chromium avatar May 21 '20 09:05 mail2chromium