Closed brandonpage closed 1 year ago
template.js (which replaces template package name by user provider package name) expects com.salesforce.mobilesyncexplorerkotlintemplate.
com.salesforce.mobilesyncexplorerkotlintemplate
The problem is that my recent PR stopped doing the replacements in the AndroidManifest.xml.
I'll send a PR to fix the template.js scripts and close this PR.
@brandonpage Here is the fix (I did not have to change template.js, I simply used relative names for the application and activity in AndroidManifest.xml).
template.js (which replaces template package name by user provider package name) expects
com.salesforce.mobilesyncexplorerkotlintemplate
.The problem is that my recent PR stopped doing the replacements in the AndroidManifest.xml.
I'll send a PR to fix the template.js scripts and close this PR.