Friday, 15 March 2013

Cannot run Android ADB command -



Cannot run Android ADB command -

i using android studio v0.8.14 create android wearable app. since new next instructions android site: https://developer.android.com/training/wearables/apps/bt-debugging.html#setupsession

i able pair wearable (moto 360) handled device (samsung galaxy s4. kitkat os v4.4.2). per instructions provided next goal set debugging session. here trying run adb commands shown:

adb forwards tcp:4444 localabstract:/adb-hub adb connect localhost:4444

but first command android studio gives me next errors:

cannot find file '/users/desktop/software/adt-bundle-mac-x86_64-20140702/sdk/platform-tools/forward' cannot find file '/users/desktop/software/adt-bundle-mac-x86_64-20140702/sdk/platform-tools/tcp' cannot find file '/users/desktop/software/adt-bundle-mac-x86_64-20140702/sdk/platform-tools/localabstract:/adb-hub'

can please explain me doing wrong here? raj

i utilize solution in mac ... run command:

export path=/applications/android\ studio.app/sdk/tools:/applications/android\ studio.app/sdk/platform-tools:$path

it's necessary run command every time open new terminal. save in path set permanently..

android android-studio android-wear

No comments:

Post a Comment