booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

App Craah when open #165

Closed ePento closed 2 weeks ago

ePento commented 2 months ago

hello, after building app ,, when i open it,in my device it shows logo in center and then crashes ,, but i see it in background app running ,, when i click it it disappear again ,,

here it the build log


Running Gradle task 'assembleRelease'...                        
WARNING: [Processor] Library 'C:\Users\mtrp\.gradle\caches\modules-2\files-2.1\androidx.media2\media2-session\1.2.1\f927563711e36371c19b2e86fb7ccf1c3f259ca4\media2-session-1.2.1.aar' contains references to both AndroidX and old support library. This seems like the library is partially migrated. Jetifier will try to rewrite the library anyway.
 Example of androidX reference: 'androidx/media2/session/MediaBrowser$Builder'
 Example of support library reference: 'android/support/v4/media/session/MediaSessionCompat$Token'
Note: C:\Users\mtrp\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_uploader-3.0.0-beta.4\android\src\main\java\com\bluechilli\flutteruploader\FlutterUploaderPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Font asset "CupertinoIcons.ttf" was tree-shaken, reducing it from 283452 to 212680 bytes (25.0% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.
Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 1236124 bytes (24.9% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
e: E:/futureyg/build/smart_auth/.transforms/58edc611d9691d536d30bf14d64e210c/transformed/out/jars/classes.jar!/META-INF/smart_auth_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
e: E:/futureyg/build/wakelock_plus/.transforms/5109b47b434170abff87952d0297cfe8/transformed/out/jars/classes.jar!/META-INF/wakelock_plus_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
e: E:/futureyg/build/share_plus/.transforms/68e51ffe689ec66154c822a0635ef44e/transformed/out/jars/classes.jar!/META-INF/share_plus_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
e: E:/futureyg/build/fluttertoast/.transforms/91545fbe663cef54a440a90292d712a8/transformed/out/jars/classes.jar!/META-INF/fluttertoast_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
e: E:/futureyg/build/sign_in_with_apple/.transforms/9bf3f16fa19ad85c22d32ec757ec7402/transformed/out/jars/classes.jar!/META-INF/sign_in_with_apple_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
e: E:/futureyg/build/libphonenumber_plugin/.transforms/0f077432f3549dd6740e700ad23a8af7/transformed/out/jars/classes.jar!/META-INF/libphonenumber_plugin_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
e: E:/futureyg/build/package_info_plus/.transforms/a4f74e2c82ceac7e5c4db530af115264/transformed/out/jars/classes.jar!/META-INF/package_info_plus_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
e: E:/futureyg/build/location/.transforms/393b18640a66a26b670931b237559a5c/transformed/out/jars/classes.jar!/META-INF/location_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
e: C:/Users/mtrp/.gradle/caches/transforms-3/52b369357aec5039a62f4489e53a7625/transformed/jetified-play-services-measurement-api-21.5.0/jars/classes.jar!/META-INF/java.com.google.android.gmscore.integ.client.measurement_api_measurement_api.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
e: C:/Users/mtrp/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.9.23/dbaadea1f5e68f790d242a91a38355a83ec38747/kotlin-stdlib-1.9.23.jar!/META-INF/kotlin-stdlib.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
e: C:/Users/mtrp/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.9.23/dbaadea1f5e68f790d242a91a38355a83ec38747/kotlin-stdlib-1.9.23.jar!/META-INF/kotlin-stdlib-jdk8.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
e: C:/Users/mtrp/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.9.23/dbaadea1f5e68f790d242a91a38355a83ec38747/kotlin-stdlib-1.9.23.jar!/META-INF/kotlin-stdlib-jdk7.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.
Running Gradle task 'assembleRelease'...                          669.5s
√  Built build\app\outputs\flutter-apk\app-release.apk (41.8MB).
Process finished with exit code 0
AdilSoomro commented 2 months ago

What is the output of this command flutter doctor -v

AdilSoomro commented 2 months ago

Do you still need help in this?

AdilSoomro commented 2 weeks ago

Marking this issue as solved. Please open new if required.