0

我是安卓新手。我想做“使用SDK工具/路径中的以下命令启用备份:adb shell bmgr enable true”

请帮助我如何做到这一点。

我已经在 cmd bt 中尝试过它给了我这个错误

C:\Program Files\Android\Android-sdk\tools>adb shell 'adb' 不是内部或外部命令、可运行程序或批处理文件

4

1 回答 1

0

//你可以在你的工具文件夹中罚款一个adb_has_moved.txt

The adb tool has moved to platform-tools/

If you don't see this directory in your SDK,
launch the SDK and AVD Manager (execute the android tool)
and install "Android SDK Platform-tools"

Please also update your PATH environment variable to
include the platform-tools/ directory, so you can
execute adb from any location.

如何在windows中设置adb路径:

于 2012-06-06T07:53:36.907 回答