Export Issue to android mobile

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By roxer1122

I have made a game recently. Works perfectly when played in Godot engine with GLES2 and GLES3. But when exporting it to android mobile using apk file, Timer nodes,animation nodes and physics_process method won’t start.Even though I have clicked the auto-start check boxes for timer and set_physics_process(true). Button and text labels are working fine.