I created a little test mobile app. It was setup to connect to a remote SQL Server Express database and in the IDE, the Test Connection works.
If I create and deploy this to the server, and run the app thru Caravel on Android, it works fine.
I am now trying to create an APK file and run it natively. I have created the APK file using Eclipse and copied the apk file to a real Android device, and installed it.
When I run it says:
The page at "http://0.0.0.0" says:
Impossible contattare il server dell'appicazione.
Premi OK per reprovare
Se il problema persiste, contatt l'assistenza technica.
I think I typed that all in correctly.
Can you tell me what I have done wrong?
Thanks