Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error #148

Open
vivekananthachari opened this issue Apr 7, 2018 · 1 comment
Open

build error #148

vivekananthachari opened this issue Apr 7, 2018 · 1 comment

Comments

@vivekananthachari
Copy link

Error:FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':appsub:buildNative'.

A problem occurred starting process 'command 'C:\Users\Lenovo\AppData\Local\Android\Sdk\ndk-bundle\ndk-build.cmd''

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 1s

@m00head
Copy link
Contributor

m00head commented Aug 21, 2018

Android NDK: The armeabi ABI is no longer supported. Use armeabi-v7a.
Android NDK: NDK Application 'local' targets unknown ABI(s): armeabi
Android NDK: Please fix the APP_ABI definition in app/src/main/jni/Application.mk

https://developer.android.com/ndk/guides/abis#sa

ABI Supported Instruction Set(s) Notes
armeabi ARMV5TE and later Deprecated in r16. Removed in r17. No hard float.
armeabi-v7a armeabi Incompatible with ARMv5, v6 devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants