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/05/18 04:22:57 UTC

[GitHub] [cordova-android] breautek commented on issue #1432: Crash app after update to cordova android 10.1.0

breautek commented on issue #1432:
URL: https://github.com/apache/cordova-android/issues/1432#issuecomment-1129551011

   > What changed in cordova android which is causing this problem?
   
   The most significant change is cordova-android@10 now uses AndroidX. But incompatibilties with AndroidX tends to manifest into build errors, not runtime errors.
   
   I'd make sure that your `PATH` variable contains:
   - build tools 30.0.3 path. e.g: `$ANDROID_HOME/build-tools/30.0.3`
   - `$ANDROID_HOME/cmdline-tools/6.0` (also make sure cmdline-tools are installed in Android SDK Tools.
   
   Additionally, inside Android SDK Tools, I'd make sure you're up to date with the platform tools.


-- 
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