forcedotcom / SalesforceMobileSDK-Templates

BSD 3-Clause "New" or "Revised" License
52 stars 56 forks source link

Fix MobleSyncExplorerKotlinTemplate compilation. #363

Closed brandonpage closed 1 year ago

wmathurin commented 1 year ago

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.

wmathurin commented 1 year ago

@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).