-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Android fixes #8439
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
base: master
Are you sure you want to change the base?
Android fixes #8439
Conversation
Projects are compiling but still not running. There's some type of linking error with OF at runtime. The app loads and runs but nothing happens. I tried using I tried using |
Yeah you need the examples changes merged since the main.cpp changes are
important
…On Mon, 28 Apr 2025 at 10:22 pm, Elie Zananiri ***@***.***> wrote:
*prisonerjohn* left a comment (openframeworks/openFrameworks#8439)
<#8439 (comment)>
Projects are compiling but still not running. There's some type of linking
error with OF at runtime. The app loads and runs but nothing happens.
I tried using OF_STATIC=true and get the following log:
Loading the library normally failed: java.lang.UnsatisfiedLinkError:
dlopen failed: library "libc++_shared.so" not found
I tried using OF_STATIC=false and get the following log:
Loading the library normally failed: java.lang.UnsatisfiedLinkError:
dlopen failed: library "libopenFrameworksAndroid.so" not found
—
Reply to this email directly, view it on GitHub
<#8439 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGK2HBUMRJ7GGMBZJ2I6LT23YMOTAVCNFSM6AAAAAB4AIWQSWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMZVGA3DIOBRHA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks @danoli3! I'm assuming you mean the changes in this PR? I brought those in to test BUT the new projects are missing the gradle wrapper (looks like it was removed from the template project). I tried adding it back in and that gets the build going but I still get a runtime crash:
|
@danoli3 would love to release 0.12.1 |
Trying to get Android working with 0.12.1 on Windows... still WIP
I noticed a couple of typos fixed here.