Android Question Google Console Crash Report

ilan

Expert
Licensed User
Longtime User
hi

i saw today that on 3 devices my app crashed. according to the crash report a label was used before it was intialized and also "Load Layout" is mentioned in that report and from what i know Views that were created via designer should not be intialized so what could be the problem?


thanx, ilan
 

marcick

Well-Known Member
Licensed User
Longtime User
And of course the label is declared in globals before you do something with it, right ?
Me too have a crazy situation (not jet solved) here
It's different but someway analog.
Probably it has nothing to deal with, but I feel I started to have this funny problem when I started to use the Starter service. Are you using it too ?
 
Upvote 0

ilan

Expert
Licensed User
Longtime User
this is the first time i see an error that is related to Load Layout but i have not really looked very close on all my crash reports.

if i remember correctly minSDK = 11 and TargetSDK = 19

(minsdk = 11 is because i am using accelerated surface and the hardware support is only from api 11 available)

according to informatix thread:

 
Upvote 0

ilan

Expert
Licensed User
Longtime User
Hi @ilan. I have a device (Sony Xperia E1) with Android 4.4.2.
I download the app in Google Play and works fine.

thanx @asales but i think this happns only on android 4.4 and i have the felling it has something to do with:

B4X:
SetApplicationAttribute(android:theme, "@android:style/Theme.Material")
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…