From the course: Programming for Non-Programmers: Android & Kotlin

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install Android SDKs and build tools

Install Android SDKs and build tools

From the course: Programming for Non-Programmers: Android & Kotlin

Start my 1-month free trial

Install Android SDKs and build tools

- [Instructor] On my screen here, I have an error message at the bottom. Most likely, you're not going to see this error message right now. But, if you have the exercise files, eventually you may open them up when following along with the course, and might see this message as well. So, I want to take a little bit of time talking about it and how to solve it. It says, "Failed to find target with hash string "'android-26 in:" and it gives a path. What this is saying is that you're trying to create an app that is for Android API number 26 Oreo, but you don't have Android Oreo installed on your computer. So, to fix it, you can click this link. If you click on the link, that takes you to this license agreement page to install the Android SDK. So, you can read through this and if you accept it, click the Accept button and hit Next. This will then download and install this version of Android. Once that's done, hit Finish. If you want to install many versions of Android, so you can develop…

Contents