Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Pushed a working App to the PlayStore, installed it from there, now it crashes on App start...

$
0
0

Before deploying my app to the PlayStore i tested it in Release Mode on a physical device (Huawei HUAWEI P9 lite mini, Android 7.0) and it worked fine.
When the app was released, i downloaded and installed it from the PlayStore. Now the app crashes on start after the launchscreen (same device)...

Google provided an crash report with the stacktrace:

android.runtime.JavaProxyThrowable: at Xamarin.Forms.Platform.Android.AppCompat.Platform.LayoutRootPage (Xamarin.Forms.Page page, System.Int32 width, System.Int32 height) [0x00034] in <99988d4ab8d144898ef5bc7586876d75>:0
at Xamarin.Forms.Platform.Android.AppCompat.Platform.Xamarin.Forms.Platform.Android.IPlatformLayout.OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x0000a] in <99988d4ab8d144898ef5bc7586876d75>:0
at Xamarin.Forms.Platform.Android.PlatformRenderer.OnLayout (System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00018] in <99988d4ab8d144898ef5bc7586876d75>:0
at Android.Views.ViewGroup.n_OnLayout_ZIIII (System.IntPtr jnienv, System.IntPtr native__this, System.Boolean changed, System.Int32 l, System.Int32 t, System.Int32 r, System.Int32 b) [0x00008] in <6cc29d6b66f148f0b560d647ff479a3a>:0
at (wrapper dynamic-method) System.Object.8655194e-67ff-4d0c-879e-a71f50424f78(intptr,intptr,bool,int,int,int,int)
at md51558244f76c53b6aeda52c8a337f2c37.PlatformRenderer.n_onLayout (Native Method)
at md51558244f76c53b6aeda52c8a337f2c37.PlatformRenderer.onLayout (PlatformRenderer.java:55)
at android.view.View.layout (View.java:17708)
at android.view.ViewGroup.layout (ViewGroup.java:5631)
at android.widget.RelativeLayout.onLayout (RelativeLayout.java:1079)
at android.view.View.layout (View.java:17708)
at android.view.ViewGroup.layout (ViewGroup.java:5631)
at android.widget.FrameLayout.layoutChildren (FrameLayout.java:325)
at android.widget.FrameLayout.onLayout (FrameLayout.java:261)
at android.view.View.layout (View.java:17708)
at android.view.ViewGroup.layout (ViewGroup.java:5631)
at android.widget.FrameLayout.layoutChildren (FrameLayout.java:325)
at android.widget.FrameLayout.onLayout (FrameLayout.java:261)
at android.view.View.layout (View.java:17708)
at android.view.ViewGroup.layout (ViewGroup.java:5631)
at android.widget.FrameLayout.layoutChildren (FrameLayout.java:325)
at android.widget.FrameLayout.onLayout (FrameLayout.java:261)
at android.view.View.layout (View.java:17708)
at android.view.ViewGroup.layout (ViewGroup.java:5631)
at android.widget.LinearLayout.setChildFrame (LinearLayout.java:1766)
at android.widget.LinearLayout.layoutVertical (LinearLayout.java:1610)
at android.widget.LinearLayout.onLayout (LinearLayout.java:1519)
at android.view.View.layout (View.java:17708)
at android.view.ViewGroup.layout (ViewGroup.java:5631)
at android.widget.FrameLayout.layoutChildren (FrameLayout.java:325)
at android.widget.FrameLayout.onLayout (FrameLayout.java:261)
at com.android.internal.policy.DecorView.onLayout (DecorView.java:774)
at android.view.View.layout (View.java:17708)
at android.view.ViewGroup.layout (ViewGroup.java:5631)
at android.view.ViewRootImpl.performLayout (ViewRootImpl.java:2519)
at android.view.ViewRootImpl.performTraversals (ViewRootImpl.java:2234)
at android.view.ViewRootImpl.doTraversal (ViewRootImpl.java:1372)
at android.view.ViewRootImpl$TraversalRunnable.run (ViewRootImpl.java:6782)
at android.view.Choreographer$CallbackRecord.run (Choreographer.java:933)
at android.view.Choreographer.doCallbacks (Choreographer.java:742)
at android.view.Choreographer.doFrame (Choreographer.java:674)
at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:919)
at android.os.Handler.handleCallback (Handler.java:761)
at android.os.Handler.dispatchMessage (Handler.java:98)
at android.os.Looper.loop (Looper.java:156)
at android.app.ActivityThread.main (ActivityThread.java:6595)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:942)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:832)

I have no idea what causes this issue, can someone please help?


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>