breautek commented on issue #1445: URL: https://github.com/apache/cordova-android/issues/1445#issuecomment-1167313373
Have you changed the app id since you used `cordova platform add android`? If so this is a path that would cause this runtime error. It's being fixed by https://github.com/apache/cordova-android/pull/1154 but this will only be included in our next 11.x release. The current workaround is to re-add the platform via ``` cordova platform remove android cordova platform add android ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
