Android Question Compling Process timeout

WofaCle

Member
Please help me fix this i have been changing the process time but still not working i cant figure out the problem
b4a compile time out.png
 

MicroDrie

Well-Known Member
Licensed User
Longtime User
Under tools, first option "IDE options", sixth option "configuration process time elapsed" is set to 60 seconds by default. You could increase that (don't forget to set it back to 60 seconds). But beware, if the default value is insufficient, there is an underlying reason that ignoring it and suppressing its symptoms will not solve it. The question is what are you doing (perhaps wrong)?
 
Upvote 0

WofaCle

Member
Okay MicroDrie i wall do that...... Actually am running Admob test ads and am using the Firebase2
After adding code to this i what i got
 
Last edited:
Upvote 0

MicroDrie

Well-Known Member
Licensed User
Longtime User
Okay MicroDrie i wall do that...... Actually am running Admob test ads and am using the Firebase2
After adding code to this i what i got
The traffic may be blocked somewhere by an adblocker rule. In that case it will not be displayed. Either the available bandwidth is limited, or your processor is running at maximum speed. A lot is possible. When adding a log, try to follow the steps one by one and see how far you get and/or how long each step takes.
 
Upvote 0

WofaCle

Member
This worked thank you very much..... I increase it to 200 and it compile successful afterwards i change it to 60 and still working perfectly.
Under tools, first option "IDE options", sixth option "configuration process time elapsed" is set to 60 seconds by default. You could increase that (don't forget to set it back to 60 seconds). But beware, if the default value is insufficient, there is an underlying reason that ignoring it and suppressing its symptoms will not solve it. The question is what are you doing (perhaps wrong)?
 
Upvote 0
Top