error: could not find gradle wrapper within android sdk. might need to update your android sdk

If you have Android Studio installed, try to copy the templates directory of Android Studio

C:\Program Files\Android\Android Studio\plugins\android\lib\templates

to your android sdk tools directory:

C:\Android\sdk\tools

This did the trick for me 🙂

Leave a Comment