Hey everyone,
I've been trying to work on an app for Android on my mac and I was using a tool inside the Android SDK called draw9patch, which lets me determine how an image will be stretched. I got it working before, but I must have done something wrong recently because my terminal won't let me run the file anymore. When I click on the draw9patch file, this is what the terminal comes up with:
By the way, I placed the Android SDK folder at the root of my hard drive.
Does anyone know what the problem is? Thanks in advance!
I've been trying to work on an app for Android on my mac and I was using a tool inside the Android SDK called draw9patch, which lets me determine how an image will be stretched. I got it working before, but I must have done something wrong recently because my terminal won't let me run the file anymore. When I click on the draw9patch file, this is what the terminal comes up with:
Last login: Mon Dec 20 12:57:40 on ttys000
/android-sdk-mac_86/tools/draw9patch ; exit;
BURTSON:~ theburt00$ /android-sdk-mac_86/tools/draw9patch ; exit;
/android-sdk-mac_86/tools/draw9patch: line 30: dirname: command not found
/android-sdk-mac_86/tools/draw9patch: line 33: basename: command not found
/android-sdk-mac_86/tools/draw9patch: line 40: dirname: command not found
/android-sdk-mac_86/tools/draw9patch: line 41: dirname: command not found
/android-sdk-mac_86/tools/draw9patch: line 45: dirname: command not found
/android-sdk-mac_86/tools/draw9patch: line 46: dirname: command not found
/android-sdk-mac_86/tools/draw9patch: line 50: basename: command not found
: can't find draw9patch.jar
logout
[Process completed]
/android-sdk-mac_86/tools/draw9patch ; exit;
BURTSON:~ theburt00$ /android-sdk-mac_86/tools/draw9patch ; exit;
/android-sdk-mac_86/tools/draw9patch: line 30: dirname: command not found
/android-sdk-mac_86/tools/draw9patch: line 33: basename: command not found
/android-sdk-mac_86/tools/draw9patch: line 40: dirname: command not found
/android-sdk-mac_86/tools/draw9patch: line 41: dirname: command not found
/android-sdk-mac_86/tools/draw9patch: line 45: dirname: command not found
/android-sdk-mac_86/tools/draw9patch: line 46: dirname: command not found
/android-sdk-mac_86/tools/draw9patch: line 50: basename: command not found
: can't find draw9patch.jar
logout
[Process completed]
By the way, I placed the Android SDK folder at the root of my hard drive.
Does anyone know what the problem is? Thanks in advance!