skip to Main Content

How can I resolve flutter app build fail for android metadata is 1.9.0, expected version is 1.7.1?

I have already followed this answer to try fix this issue but no luck. The build works 100% on iOS Simulator, but failing on Android Emulator with below: The class is loaded from .gradle/caches/transforms-3/c3f0666cf8984b118654915928619821/transformed/jetified-kotlin-stdlib-1.9.0.jar!/kotlin/Unit.class e: .pub-cache/hosted/pub.dev/stripe_android-9.6.0+2/android/src/main/kotlin/com/reactnativestripesdk/utils/Mappers.kt: (926, 7): Class 'kotlin.Unit'…

VIEW QUESTION

How to implement various functionalities in Android Studio: Intents, AlertDialog, NotificationManager, MediaPlayer, and SQLite Database operations?

I'm developing an Android application in Android Studio and I'm in need of assistance with implementing several fundamental functionalities. Specifically, I require guidance on: Using Intents for navigation between activities. Displaying messages to the user using AlertDialog. Sending notifications using…

VIEW QUESTION
Back To Top
Search