i am developing a android application which uses nanohttpd to create a webserver my code do not give me any error but the server is not running because when i go to xx.xxx.xxx.xxx:8765/index.htm then it gives my no result this is my code: Please Help… package dolphin.developers.com; import java.io.File; import java.io.IOException; import java.util.Properties; import dolphin.devlopers.com.R; [...]
The post Nanohttpd in android do not serve files appeared first on BlogoSfera.