Closed kgmav closed 7 years ago
@kgmav can you install the latest from master
and let me know if it fixes your specific issue?
/project/src/com/adobe/phonegap/contentsync/Sync.java:304: error: ';' expected retval = false ^ /project/src/com/adobe/phonegap/contentsync/Sync.java:316: error: ';' expected retval = false ^ /project/src/com/adobe/phonegap/contentsync/Sync.java:331: error: ';' expected retval = false ^ /project/src/com/adobe/phonegap/contentsync/Sync.java:344: error: ';' expected retval = false ^
@macdonst yes that it's
this problem occours on Android
the download function in Sync.java returns a true if the connection get a HTTP code != 200. If the connection aborted the exception is catched here and after finaly the function is leave with a true in place of false