You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/06/27 12:50:46 UTC

[GitHub] [cordova-android] breautek commented on issue #1445: java.lang.RuntimeException: Unable to instantiate activity

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org