Native build error

1
Hi everyone,   I am trying to build a native application for android, but i keep getting this error:   2022-11-07T20:37:04.0940840Z FAILURE: Build failed with an exception. 2022-11-07T20:37:04.0941360Z 2022-11-07T20:37:04.0941960Z * What went wrong: 2022-11-07T20:37:04.0943210Z Execution failed for task ':app:mergeAppstoreDebugNativeLibs'. 2022-11-07T20:37:04.0944210Z > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade 2022-11-07T20:37:04.0946150Z    > More than one file was found with OS independent path 'lib/armeabi-v7a/libfbjni.so'. If you are using jniLibs and CMake IMPORTED targets, see https://developer.android.com/studio/preview/features#automatic_packaging_of_prebuilt_dependencies_used_by_cmake 2022-11-07T20:37:04.0947140Z 2022-11-07T20:37:04.0947730Z * Try: 2022-11-07T20:37:04.0950090Z Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. 2022-11-07T20:37:04.0950840Z 2022-11-07T20:37:04.0951520Z * Get more help at https://help.gradle.org 2022-11-07T20:37:04.0951990Z 2022-11-07T20:37:04.0952600Z BUILD FAILED in 5m 11s 2022-11-07T20:37:05.6294200Z Error: /Users/runner/work/1/s/android/gradlew failed with return code: 1 2022-11-07T20:37:05.6399480Z     at ChildProcess.<anonymous> (/Users/runner/work/_tasks/Gradle_8d8eebd8-2b94-4c97-85af-839254cc6da4/1.128.0/node_modules/vsts-task-lib/toolrunner.js:569:30) 2022-11-07T20:37:05.6500070Z     at emitTwo (events.js:106:13) 2022-11-07T20:37:05.6602680Z     at ChildProcess.emit (events.js:191:7) 2022-11-07T20:37:05.6703340Z     at maybeClose (internal/child_process.js:920:16) 2022-11-07T20:37:05.6768840Z     at Socket.<anonymous> (internal/child_process.js:351:11) 2022-11-07T20:37:05.6825790Z     at emitOne (events.js:96:13) 2022-11-07T20:37:05.6887580Z     at Socket.emit (events.js:188:7) 2022-11-07T20:37:05.6941440Z     at Pipe._handle.close [as _onclose] (net.js:509:12) 2022-11-07T20:37:05.7290150Z ##[error]Error: /Users/runner/work/1/s/android/gradlew failed with return code: 1 2022-11-07T20:37:05.7330510Z ##[section]Finishing: Gradle Task   I was able to generate a APK last week, without any issue, but since yesterday i have been getting the error shown above. I currently have no idea what could have cause this. Has anyone ever seen this error? Any help would be appreciated.
asked
1 answers
1

Currently there are issues with native Android builds. Support is already working on it. Best to register a ticket with Mendix support.

answered