[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cannot locate symbol "utext_setup_67"
From: |
Stefan Pauwels |
Subject: |
Re: cannot locate symbol "utext_setup_67" |
Date: |
Sun, 3 May 2020 09:21:02 +0200 |
> Am 02.05.2020 um 20:58 schrieb Frederik Seiffert <frederik@algoriddim.com>:
>
> You should be able to fix this by loading the ICU libraries (icuuc and
> icui18n) at runtime before your native library that is using GNUstep, as is
> done in the example project:
>
> https://github.com/gnustep/android-examples/blob/master/hello-objectivec/app/src/main/java/com/algoriddim/androidgnusteptest/MainActivity.java#L14-L18
Ah, I missed these changes in the sample app. Thanks!