gpt4 book ai didi

nativescript - 找不到连接的设备。模拟器启动失败,错误代码为 : Cannot resolve the specified connected device by the provided index or identifier.

转载 作者:行者123 更新时间:2023-12-04 05:30:21 25 4
gpt4 key购买 nike

我正在学习 NativeScript 并且运行 tns platform add android 时,我收到以下错误:我按照这个步骤:

  1. 以管理员身份运行命令提示符。
  2. @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString(' https://chocolatey.org/install.ps1 '))"&& SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
  3. choco 安装 googlechrome -y
  4. choco 安装 nodejs-lts -y
  5. choco install jdk8 -y
  6. choco 安装android-sdk -y
  7. "%ANDROID_HOME%\tools\bin\sdkmanager""platform-tools""platforms;android-25""build-tools;25.0.2""extras;android;m2repository""extras;google;m2repository"
  8. @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString(' https://nativescript.org/setup/win-avd '))"
  9. choco install androidstudio -y
  10. npm i -g nativescript
  11. tns 医生,我看到“未检测到任何问题”,您可以开始了!
  12. tns 创建 HelloWorld --template nativescript-template-tutorial
  13. cd HelloWorld
  14. tns 运行 android

错误:找不到连接的设备。模拟器启动失败:无法解析指定的连接设备 提供的索引或标识符。列出当前连接的设备并验证在指定的索引或标识符存在时,运行“tns 设备”。列出当前连接的设备并验证指定的标识符 exists,运行“tns 设备”。要列出可用的模拟器图像,请运行 'tns device --available-devices'.

最佳答案

您可以看到您可以下载的设备的所有包/图像 - avdmanager list。选择您需要的并安装:

cd $ANDROID_HOME/tools/bin

./sdkmanager "system-images;android-25;google_apis;x86"

./sdkmanager --licenses

并创建图像:

avdmanager create avd -n test -k "system-images;android-25;google_apis;x86"

如果你会得到一个错误,就像我得到的那样:

.android/repositories.cfg could not be loaded

运行:

touch ~/.android/repositories.cfg

现在 tns run android 应该可以工作了。

关于nativescript - 找不到连接的设备。模拟器启动失败,错误代码为 : Cannot resolve the specified connected device by the provided index or identifier.,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49243197/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com