How to fix "Please select Android SDK" error in Ionic with Capacitor
Md Riyazuddin
Verified
An error is often due to Gradle needing to be synced something you need to do periodically after updating dependencies and changing project settings in android studio.
To fix the error you have to manually sync Gradle in android studio.
- Goto Tools -> Android -> Sync Project with Gradle Files.
Comments
Leave a Comment