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: [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]
