java.lang.IllegalStateException: Dex archives: setting .DEX extension only for .CLASS files

Issue I build the project at gitlab ci ./gradlew assembleDebug –stacktrace and sometimes it throws an error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ‘:app:transformClassesWithDexBuilderForDebug’. > com.android.build.api.transform.TransformException: java.lang.IllegalStateException: Dex archives: setting .DEX extension

Continue reading

Android build fails because of missing import

Issue I have the following error after npx expo using Expo 49 on Android. Android Bundling failed 162ms Unable to resolve "react-d3-speedometer" from "screens/BmiResultSpeedometerScreen.web.tsx" My GitHub project is at: https://github.com/palenik-martin/bmi-calculator Here is my screens/BmiResultSpeedometerScreen.web.tsx import ReactSpeedometer, { Transition } from

Continue reading