Error: could not find target with hash string 'android-22'

I saw several messages, as in the past, but none of the answers worked for me (like this: could not find the target with the hash string 'android-22' ). I got this probe in my build.grandle

could not find target with hash string 'android-22'

Screenshot of the problem:

screenshot

SDK Manager:

sdk manager

+4
source share
1 answer

Install the API: 22 SDK platform in the SDK Manager.

From your screenshot, you need to scroll down a bit more to achieve (API 22).

+2
source

Source: https://habr.com/ru/post/1619647/


All Articles