" Input: { (data_uoa) - CK entry to add APK (should be official APK name, i.e. openscience.crowdsource.experiments) (repo_uoa) - repo where to add APK (abi) - list of ABI separated by comma (default=armeabi,armeabi-v7a,arm64-v8a) (version) - version (versioncode) - versioncode (path) - path to APK on local host (apk_name will be automatically detected) (apk_name) - force APK name } Output: { return - return code = 0, if successful > 0, if error (error) - error text if return > 0 } "