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

Detected problems with app native libraries #1

Open
jsalzbergedu opened this issue Nov 6, 2017 · 1 comment
Open

Detected problems with app native libraries #1

jsalzbergedu opened this issue Nov 6, 2017 · 1 comment

Comments

@jsalzbergedu
Copy link

jsalzbergedu commented Nov 6, 2017

First of all, I want to say nice work. The android toolchain itself seems harder to use than this.

Secondly, when I compile the basic example, when I open the app it says:

Detected problems with native app libraries
(please consult log for detail):
libentry.so: invalid DT_NEEDED entry "./obj/local/armabi/libchicken.so"

The game works fine though. I encounter this issue on my nexus 5x

@kristianlm
Copy link
Member

I'm getting that too:

W linker  : '/data/app/org.chicken.demo.fluid.rainbow-1/lib/arm/libentry.so' library has invalid DT_NEEDED entry './obj/local/armeabi/libchicken.so'

I haven't looked into the issue. It's probably related to this, so should be fixable by specifying the correct CFLAGS here. I'll look into this next time around.

Thanks for reporting!

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