Skip to content

Android NDK: Issue with external dependencies #357

@XperielIndigo

Description

@XperielIndigo

Hi everyone,

I've got an android app that primarily uses the NDK. Almost everything is working. The current issue happens when loading the library (System.loadLibrary) it throws the error: java.lang.UnsatisifedLinkError: dlopen failed: could not load library "libfreetype.so" needed by "libwrapper.so"; caused by library "libfreetype.so" not found.

My android_binary is called wrapper and I've got a dependency in a cc_library to //external:freetype which imports libfreetype.so.

Any thoughts?

Cheers
Indigo

Metadata

Metadata

Labels

P2We'll consider working on this in future. (Assignee optional)type: bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions