skip to Main Content

React native – App crashes during startActivity when using any system Intent as action after upgrading to SDK 34

I can no longer use startActivity using any Intent, even Settings.ACTION_DISPLAY_SETTINGS, because it simply causes the app to crash. 08-06 18:41:05.762 20049 20374 E unknown:ReactNative: Exception in native call 08-06 18:41:05.762 20049 20374 E unknown:ReactNative: android.content.ActivityNotFoundException: No Activity found to…

VIEW QUESTION

upgrade flutter 3.22.0 failed to run

when I upgraded to 3.22.0 in flutter, it failed to run. I already upgrade gradle and java17. I have no idea on the error message, which gradle version supposed to used in flutter 3.22.0? ` Configure project :app The org.gradle.api.plugins.Convention…

VIEW QUESTION
Back To Top
Search