You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/07/13 07:45:25 UTC

[GitHub] [cordova-android] stefano24 commented on issue #1432: Crash app after update to cordova android 10.1.0

stefano24 commented on issue #1432:
URL: https://github.com/apache/cordova-android/issues/1432#issuecomment-1182880058

   Hi, I've the same issue and crash with cordova-android ^10.1.2 minSdkVersion 25, target sdk 30. found with Firebase Crashlytics. it's a Samsung smartphone  Galaxy S10 with android 12. I can't replicate the problem yet on my phone.
   
   Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.my.app/com.my.app.MainActivity}: java.lang.RuntimeException: Failed to create webview. 
          at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4035)
          at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4201)
          at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
          at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
          at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
          at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2438)
          at android.os.Handler.dispatchMessage(Handler.java:106)
          at android.os.Looper.loopOnce(Looper.java:226)
          at android.os.Looper.loop(Looper.java:313)
          at android.app.ActivityThread.main(ActivityThread.java:8663)
          at java.lang.reflect.Method.invoke(Method.java)
          at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:567)
          at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org