-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Windows Cordova android.bat from the command line #6760
Labels
Comments
@rstoenescu Do we want to do anything re: updating the CLI to use the new sdkmanager.bat file? |
Isn’t the cordova and capacitor cli’s job? |
Yes, you're right. Stupid moment :) |
Confirmed the issue and PR'd a warning with instructions. |
Awesome work, I love Quasar by the way, it's an amazing framework with incredibly good documentation! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In reference to documentation at:
quasar-cli/developing-cordova-apps/preparation
Google has deprecated the AppData\Local\Android\Sdk\Tools folder that contained android.bat, it has been moved to AppData\Local\Android\Sdk\cmdline-tools\latest\bin\sdkmanager.bat
To re-enable this deprecated functionality you have to go into Tools > SDK Manager > SDK Tools, then untick 'Hide Obsolete Packages' and tick 'Android SDK Tools (Obsolete)'
This isn't covered in the documentation and took about 30 mins to figure out, I'm not sure if there are plans for quasar cli to reference the new sdkmanager.bat instead of android.bat, but if not the documentation could use an update so new users don't get frustrated.
The text was updated successfully, but these errors were encountered: