Line 58:
Line 58:
* Repository: https://doliforge.org/projects/AndroidApp/
* Repository: https://doliforge.org/projects/AndroidApp/
Note this is a private repository, so you must apply to be a member from Doliforge web site to be able to clone sources using GIT.
Note this is a private repository, so you must apply to be a member from Doliforge web site to be able to clone sources using GIT.
+
+
=TroubloShooting =
+
== JSERR001 ==
+
If you get this error when loaing a page/feature with DoliDroid (including tha login page), this means your Dolibarr installation on server side serve bugged pages. In a common usage of Dolibarr, this may have no visible effect for user. But when used from a smartphone, this make DoliDroid fails loading pages.
+
This is common things to check to solve the problem:
+
* If you have installed external modules, try after disabling them (some external modules introduce bugs).
+
* Try also to call login page from a standard PC by adding &dol_use_jmobile=1 as parameter of URL and check you don't have any javascript errors.