-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Description
A few days ago i updated my android sdk (with android-studio) and also switched from nativescript 2.4.x to 2.5.2, but during the setup (and also after executing tns doctor) it seems like nativescript is not able to find an appropriate targetSdk
Selected version is: 25.0.2
Selected targetSdk is: undefined
Selected AppCompat version is: undefined
It looks like the cli uses the android command of the sdk tools, but this command is not available anymore
spawn: .../Sdk/tools/android "list" "targets"
Result when throw error is false:
{ stdout: 'The android command is no longer available.\nFor manual SDK and AVD management, please use Android Studio.\nFor command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager\n',
stderr: '',
exitCode: 1 }
The android command is no longer available.
For manual SDK and AVD management, please use Android Studio.
For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager
So i am not able to setup android for nativescript.
I am using the android sdk tools version 25.3.1 and NativeScript 2.5.2.
EricRobertBrewer, ImbellicusAnimo, rakibtg, eshcharc, oscarr-reyes and 6 more