0

私はアンドロイドが初めてです。「SDK ツール/パスから次のコマンドでバックアップを有効にします: adb shell bmgr enable true」

これを行う方法を教えてください。

cmd btで試しましたが、このエラーが発生しています

C:\Program Files\Android\Android-sdk\tools>adb シェル 'adb' は、内部コマンドまたは外部コマンド、操作可能なプログラムまたはバッチ ファイルとして認識されません

4

1 に答える 1

0

//you can fine one adb_has_moved.txt in your tools folder

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.

how to set adb path in windows:

于 2012-06-06T07:53:36.907 に答える