Mendix Native Android Studio build fails

0
I'm trying to build a Mendix Native application through Android Studio. Mendix version: 9.24.29 Native Builder version: 1.0.136 Android Studio: Narwhal (2025.1.2)   I followed the steps in the documentation (npm install --legacy-peer-deps & npm run configure)   When Android studio syns the gradle project it always fails with the following error:   A problem occurred configuring project ':react-native-reanimated'.> Could not set unknown property 'classifier' for task ':react-native-reanimated:androidSourcesJar' of type org.gradle.api.tasks.bundling.Jar.   I tried to downgrade the Gradle version and JDK version but I keep stumbling into issues with the gradle sync and build steps.
asked
2 answers
0

Usually, throwing away the node_modules folder in your native build folder and re-running npm install and npm configure solves this issue. 

answered
0

Hi Freek,

Try below article 

https://medium.com/mendix/how-to-make-an-apk-using-mendix-e1ed2c6d27e1

answered