Trying to run the default project. At first there was a mistake:

SDK location not found

In English, StackOverFlow said :

Go to the line of the project: sdk.dir = / Users / USERNAME / Library / Android / sdk

I created this file, wrote the path to the sdk directory there:

sdk.dir = / Users / Sketc_000 / AppData / Local / Android / sdk1

Now it gives out: enter image description here That is, he uses the address I wrote down, but for some reason he sticks to him at first the address of the folder with the project. How to fix?

    1 answer 1

    You indicated a relative path.

    Write the complete one from the root of the disk. Like that:

    sdk.dir = C://Users/Sketc_000/AppData/Local/Android/sdk1