Yes by removing admob ads from my app this error gone
But the problem is that why this error is causing using admob. My this application is also available on playstore i just want to update my app but now facing this problem
Sir, now I have double checked my firebase token & URL both. Both are perfectly fine.
And one more user @Hadi_Editz confirmed that this runtime error is because of recent changes made in recent updates in admob ads component most probably admob banner component.
@Hadi_Editz, I suggest you to keep your app update on hold till kodular fix this issue in next update. Also I would like to know which admob ads you were using (Banner, Interstitial or Rewarded Video) ?
I have Banner & Rewarded Video in my app. @Mika sir problem is due to bug in banner ad component. I have confirmed the issue input. Now will kodular staff work on this in next update ?
Another issue that I came across while developing my app was - unable to make buttons invisible when a background image is set. For now I used solution given by you, put buttons in arrangement and making arrangement invisible. Thanx for that solution.
Same " Error index 1 size 0" with my app it just happened after exporting the apk today to share it with a friend to test it. I did not do any modification today just exported the apk. I tried to install the previous apk by asking my other friend if he still has the previous apk i sent him and its working.
update …
I’l try to remove the admob banner and see if the error will disappear .
Lots of people are saying they have the same problem. While that is unfortunate, if you want help, please help provide some debug information.
Get an APK available for others with clear steps on how to recreate the issue. Use adb commands and get some details. Sure there are going to be bugs, however if we want to fix them, we need to understand them. To understand them we need to be able to replicate them.
Install adb on your devices and learn a few commands, to help get the details to isolate and solve.
Can really nobody create a test apk with the error:
“Runtime Error Index 33, Size 0” or anything like this?
I dont want a test ad apk.
I want a apk with that exactly runtime error.
Else I can not know which thing the bug create.
I found this error happening when i used a cardview extension and it requires 4 fields of input as list and on a certain input i made a list and set it to a empty text box as a result the cardview Extension tried to get the 2nd items from that list and caused this error as well. I just mentioned it in case it helps