Suddenly appeared loadlayout problem

tufanv

Expert
Licensed User
Longtime User
Hello,

I am coding an applicaiton for about 1 months. Suddenly today , without changing anything, the app started to give error: An error occured in sub:main_acitivity_create(jaba line:264)
Number format exception : invalid double""

when i use the debug it says the problem is on line 48 :


Activity.LoadLayout("oyun")

(it says layout not available in debug)

I have the oyun.bal under files of the app directory. Nothing changed. I cant understand why this error happens ?

Please help. TY
 
Top