breautek commented on PR #1781: URL: https://github.com/apache/cordova-android/pull/1781#issuecomment-2669908003
This is kind of out of scope for https://github.com/apache/cordova-android/issues/1760 but I also notice that we don't install the wrapper on create. I think it may only occur on build. We should also consider doing a gradle install on project creation too (on `cordova platform add android`) so that the wrapper is immediately available. We should still continue to install on build as well in case they change the gradle version preference... As it stands right now, the wrapper is only installed on `cordova build android` which means if someone added the android platform and then opened it up in Android Studio, it won't have the expected wrapper version, until they run a `cordova build android` Just something I noticed while testing the current behaviour. -- 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-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org