I just installed the newest of Android Studio, and I opened my project and started to sync and this error showed up:
NDK Resolution Outcome: Project settings: Gradle model version=5.4.1, NDK version is UNKNOWN
What's going wrong?
I just installed the newest of Android Studio, and I opened my project and started to sync and this error showed up:
NDK Resolution Outcome: Project settings: Gradle model version=5.4.1, NDK version is UNKNOWN
What's going wrong?
After installed the newest of Android Studio Gradle model version=5.4.1 this contains all xml code in androidx so first try to refactor it by using
Refactor->migrate to androidx
then try to sync it.