Droid Box working

317 Views Asked by At

I install the Android SDK in the mac, the AVD working good as android 2.1 api7. I use Droid box to testing apk, but fail, reply message

droidbox.sh: line 3: adb: command not found

droidbox.sh: line 3: adb: command not found

In my SDK platform have the adb file, and also I try to command to export PATCH, but still fail with this command. I put all those stuff in the desktop.

Anyone can help me with that?

1

There are 1 best solutions below

0
On

you need to export path of your android-sdk in your path. Droidbox at its page tell the following to import :

export PATH=$PATH:/path/to/android-sdk/tools/
export PATH=$PATH:/path/to/android-sdk/platform-tools/