Hello,
I try to run a project on Android but with SQLITE and PHPserver, this project is working perfect on LAMP or WAMP with mysql.
I first change my project for working with sqlite and on my windows development pc , everything works.
After deploying on android tablette, it open the 1st login app (app_login.php), I enter my login and pwd but when I push to enter I have this error :
The requested resource /app_login_mob.php was not found on this server.
On url I see : 192.168.1.34:8080/app_login_mob.php normally it must be 192.168.1.34:8080/app_login/app_login_mob.php
The problem is that I cannot debug on android , and on pc everything works !!!
Someone has a experience with that ?
Where can I found this url variable ?
Thanks
Nac