Code Monkey home page Code Monkey logo

Comments (5)

MindMac avatar MindMac commented on July 21, 2024

What's the ndk version you used to build? Please try to use a latest one

from androideagleeye.

hqt avatar hqt commented on July 21, 2024

thanks. I have fixed this problem. I config for building only on arm. Build on x86 and mips will cause above problem.

from androideagleeye.

ttimasdf avatar ttimasdf commented on July 21, 2024

@hqt I added TARGET_ARCH_ABI := armeabi armeabi-v7a to Android.mk but the error persists. How do you solve it?

from androideagleeye.

MindMac avatar MindMac commented on July 21, 2024

@ttimasdf The native hook is not stable, if there is no need for the native hook part. Please disable the native compilation part. Or you can refer to this answer https://stackoverflow.com/questions/41335345/android-ndk-build-error-unknown-register-name-r0-in-asm, but I am not sure it works. It seems you need to update the Application.mk file.

from androideagleeye.

ttimasdf avatar ttimasdf commented on July 21, 2024

@MindMac Hi, I saw this post as well. I've figured out a solution by either add APP_ABI=armeabi-v7a in ndk-build command line, or add ndk.abiFilters 'armeabi-v7a' in build.gradle according to this (I was building with Android Studio). Now the build have passed, I'll try it out tomorrow....it's been too late out here. 😨

from androideagleeye.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.