Answers for "FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'connectivity'. > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable."

1

SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in your project's local properties file

sdk.dir = /home/USERNAME/Android/Sdk
Posted by: Guest on May-17-2021

Code answers related to "FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'connectivity'. > SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable."

Browse Popular Code Answers by Language