I'm trying to debug my aplication on a TV device (not an emulator), but when I right-click on the project and select Debug As > Tizen Web Application, the app is successfully installed on the tv, but an error dialog is displayed with the message:
"Setting the debugging URL... > Fail null Setting the debugging URL... > Fail Please try one of the following two possible solutions :
Thank you in advance for your help
I solved this problem by removing the special characters from the <title/>
tag in the index.html
file.