You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
After updating Android studio to 3.3 recently, the gradle sync fails, showing the message of the title. Gradle can't find the "included" directories of sample apps.
Any idea to resolve this issue?
The text was updated successfully, but these errors were encountered:
I managed to reproduce this by setting the distributionUrl in my wrapper/gradle-wrapper.properties to 4.10.1. This happens if you upgrade the NDK to r19.
In the settings.gradle at the project root, try removing everything except the include ... lines. We'll update the project to support the newer NDK
Hello sigmaxipi,
Thanks for your answer. I did what you said to me. That works for me. Just in case, I removed the directory of ".gradle" in my home where all the caches exist.
After updating Android studio to 3.3 recently, the gradle sync fails, showing the message of the title. Gradle can't find the "included" directories of sample apps.
Any idea to resolve this issue?
The text was updated successfully, but these errors were encountered: