Skip to content

build fails with ndk-bundle version 20.0.5594570 #16

@MaxChinni

Description

@MaxChinni

Build fails with latest ndk-bundle

$ sdkmanager --list | grep -m1 ndk
Warning: File /home/max/.android/repositories.cfg could not be loaded.
  ndk-bundle           | 20.0.5594570 | NDK                            | ndk-bundle/

Here's the error:

$ ndk-build 
Android NDK: The armeabi ABI is no longer supported. Use armeabi-v7a.    
Android NDK: NDK Application 'local' targets unknown ABI(s): armeabi mips mips64    
Android NDK: Please fix the APP_ABI definition in ./jni/Application.mk    
/home/max/android/ndk-bundle/build/core/setup-app.mk:79: *** Android NDK: Aborting    .  Stop.

Removing armeabi, mips and mips64 from ./jni/Application.mk fixes the compilation error, but prevents the production of the binaries for those architectures.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions