构建配置时出现 PJSIP2.5.5 错误 android
PJSIP2.5.5 error while building configure android
TARGET_ABI=armeabi-v7a ./configure-android --use-ndk-cflags
configure-android: APP_PLATFORM not specified, using android-24
configure-android error: compiler not found, please check environment settings (TARGET_ABI, etc)
我在尝试为此目标 ABI 配置时遇到此错误。
我该如何解决?
我发现 solution.There 是解决此问题的票证,因为 NDK13 有
不再支持 GCC。它暂时不会从 NDK 中删除,
但不再接收反向移植。
在 libc++ 变得足够稳定成为默认值之前,它不能被删除,
因为 gnustl 的某些部分仍然与 Clang 不兼容。
在那之后它可能会被删除。
TARGET_ABI=armeabi-v7a ./configure-android --use-ndk-cflags configure-android: APP_PLATFORM not specified, using android-24 configure-android error: compiler not found, please check environment settings (TARGET_ABI, etc)
我在尝试为此目标 ABI 配置时遇到此错误。
我该如何解决?
我发现 solution.There 是解决此问题的票证,因为 NDK13 有 不再支持 GCC。它暂时不会从 NDK 中删除, 但不再接收反向移植。 在 libc++ 变得足够稳定成为默认值之前,它不能被删除, 因为 gnustl 的某些部分仍然与 Clang 不兼容。 在那之后它可能会被删除。