2014-03-29 159 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的問題!