Hello,
I have a simple app that works on my phone. It just checks if a website is online by downloading it via HttpJob. Now I installed it on my android TV with the B4A bridge. Installing and running works nicly. But the app crashes with "java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/client/methods/HttpGet;".
How can I solve this? Or can I use something else to check if the page is online?
Thanks
Regards
I have a simple app that works on my phone. It just checks if a website is online by downloading it via HttpJob. Now I installed it on my android TV with the B4A bridge. Installing and running works nicly. But the app crashes with "java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/client/methods/HttpGet;".
How can I solve this? Or can I use something else to check if the page is online?
Thanks
Regards