Android Question Cant Hande Error

ykucuk

Well-Known Member
Licensed User
Longtime User
Hello

I can't handle error in debug mode. (Please look image)

It shows me error on line 456 but problem is there is nothing on line 456

How can i find this error (code)

I added try catch but also didn't help

Best regards
 

Attachments

  • Screen Shot 2016-05-11 at 18.18.02.png
    Screen Shot 2016-05-11 at 18.18.02.png
    68.1 KB · Views: 327

DonManfred

Expert
Licensed User
Longtime User
Instead of a screenshot you better post the error from the logwindow.... You can copy the text and put it into a QUOTE here...

Additional without seeing your code it is hard to give any congrete advice. All i can say is that a typeface (font) is not initialized correctly.
 
Upvote 0

ykucuk

Well-Known Member
Licensed User
Longtime User
Instead of a screenshot you better post the error from the logwindow.... You can copy the text and put it into a QUOTE here...

Additional without seeing your code it is hard to give any congrete advice. All i can say is that a typeface (font) is not initialized correctly.

I also understand about font initialise issue but which one because i don't get this error all time.

Cant copy log because i need to copy-past line by line
 
Upvote 0
Top