"tns doctor" "You must have the Android SDK Build-tools installed on your system." but everything is set

I installed Android Studio and installed the SDK and tools through Android Studio. Here they are:

enter image description here enter image description here

And my paths $ANDROID_HOMEto the following: / Users / USER / Library / Android / sdk both in the terminal and in Android Studio.

However, when I start tns doctor, I get the following:

(...) CocoaPods. , , β—Ÿ CocoaPods. , , β—œ CocoaPods. , , β—  CocoaPods. , , ◝ CocoaPods. , , β—ž CocoaPods. , , β—‘ CocoaPods. , , .

Android SDK Build-tools. : ' >= 23 <= 25'. $$ ANDROID_HOME/tools/bin/sdkmanager Android.

"$ ANDROID_HOME/tools/bin/sdkmanager" "help".

, "npm run android" ?

+4
1

, $ANDROID_HOME/tools/bin/sdkmanager "build-tools;25.0.2"

+3

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


All Articles