Closed kingsword09 closed 2 weeks ago
Brilliant! Thanks @kingsword09 .
I'll investigate further why this was failing (it shouldn't) but will merge this nevertheless. Thank you.
Brilliant! Thanks @kingsword09 .
I'll investigate further why this was failing (it shouldn't) but will merge this nevertheless. Thank you.
Because the target used in the template is used for ndk abiFilters.
There's a problem with the android configuration in the
ubrn.config.yaml
file in the document.When I configure android according to the document, the following error occurs:
After looking at the code, I found that it does need to be changed to Abi
armeabi-v7a
,arm64-v8a
,x86
,x86_64
.