Replication Exception - Android to CouchDB - WARNING: Sync fn exception: SyntaxError: Unexpected token :

No, line 30 of the sync function. It’s this:

   throw (forbidden: "Can't change owner");

There should be curly braces inside the parentheses. (Actually IIRC the parentheses are optional; throw is not a function.)