Ich fange gerade nativescript zu lernen, und ich machte ein nativescript Projekt, , wenn ich es über tns run android --emulator
laufen soll es sagt:nativescript laufen fehlgeschlagen - build-Tools nicht installiert
You need to have the Android SDK Build-tools
installed on your system. You have to install version 23
tns Ärzte Befehl:
You need to have the Android SDK Build-tools installed on your system. You have to install version 23.
Run android from your command-line to install required Android Build Tools.
You need to have Android SDK 22 or later and the latest Local Maven repository for Support Libraries installed on your system.
Run $ android to manage the Local Maven repository for Support Libraries.
ich den Befehl # 2 Antwort auch folgen in Dieses Thema: Cannot find a compatible Android SDK for compilation when running `tns platform add android`
mein android_home in Bashrc:
#AndroidDev PATH
export ANDROID_HOME=~/android-sdk-linux/
export PATH=${PATH}:~/android-sdk-linux/tools
export PATH=${PATH}:~/android-sdk-linux/platform-tools
Der Befehl "android" ist veraltet. Verwenden Sie für manuelle SDK, AVD und Projektmanagement bitte Android Studio. Verwenden Sie für Befehlszeilenwerkzeuge tools/bin/sdkmanager und tools/bin/avdmanager – stackdave