i Have developed an app and its working fine while live testing but when exported it to apk fine then showing this runtime error.
& its not not show one time but their are multiple with same error and are overlaid each other.
new same error overlayed after some seconds
Please Help
Thanks!
Mika
June 29, 2018, 6:05am
#2
We can only always say the same:
Show us your blocks else we can’t help.
It looks for me that you use a view flipper or side menu block.
But the layout that you want to use in set to invisible.
No i m not using any of them & Block Image
is here but very small may be
Mika
June 29, 2018, 6:17am
#4
But you use the create custom dialog^^
Make sure you have the layout made VISIBLE.
It will be made invisible by default^^
So it must be visible on start else it will not work.
2 Likes
i have made it visible after my splash image gone & its coming after every 4-5 seconds not one time
Mika
June 29, 2018, 6:21am
#6
Maybe the problem is you try to use the same layout for two custom dialogs.
Delete one of them.
Btw. It does not make sense to use always a custom dialog.
Why not use a default like always? A custom is not needed for all things.
its the same dialogue and i wanna to show banner in the notifier so i m using it
Thanks for your support! error Removed!
but not the error is on screen backpress its saying
requestFeature() must be called before adding content
Mika
June 29, 2018, 6:29am
#9
On companion or apk?
Try to catch which blocks make the issue then I can look into it^^
its only on apk file
here my new updated blocks
on screen back press its only the notifier of custom dialogue
Mika
June 29, 2018, 6:32am
#12
Please show me the backpress block
its in my updated blocks in upper post
Mika
June 29, 2018, 6:35am
#14
One other thing… How should that work?
You try to show something before loading it?
Doesn’t make sense to me
its already loaded in screen initialize i have here loaded it again after its shown to be ready for next time
anyways i will add a timer for it
Mika
June 29, 2018, 6:37am
#16
Please learn the basics!
Only this works in the correct way:
Work with the events. Because what will happen if the ad was not loaded?
You will never know it without working with events.
Mika
June 29, 2018, 6:39am
#18
So if you know it… Then why don’t you do it like this?
Doesn’t make sense to me.
I can not help if my words are running into a wall.
1 Like
Mika
June 29, 2018, 6:41am
#20
I only want to help you.
But if you know something and then don’t use it it does not make sense to me.
This is one reason why then users say to us: “bug in admob… bug in that… bug in that…”
But the real problem was the wrong usage.