2014-03-29 71 views
1

我正试图运行Spika-Android,当我尝试注册时出现此错误。 First errorSpika-Android:“无法连接到服务器”

即使应用程序让我选择服务器,它说它无法连接到服务器。 我设置这种在管理面板:Information

这是我的服务器不断代码:

public class ConstServer { 

/* Change to your server adress */ 
public static final String BASE_URL = "http://192.168.1.68:1232/Spika-Server-master/wwwroot/api/"; 
public static final String SERVER_URL = "http://192.168.1.68:1232/Spika-Server-master/wwwroot"; 
public static final String INFORMATION_URL = "http://192.168.1.68:1232/Spika-Server-master/wwwroot/page/information/"; 
public static final String LIST_SERVERS_URL   = SERVER_URL + "/" + Const.API_FOLDER + "servers"; 
} 

有人可以帮助我,好吗?谢谢!

回答

0

我已经解决了在管理面板的URL末尾添加.php的问题!