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.
when run the AVD I get;
the system cannot find the file specified
Parsing code. 0.04
Compiling code. 0.32
Compiling layouts code. 0.19
Generating R file. 1.38
Compiling debugger engine code. 2.42
Compiling generated Java code. 2.75
Convert byte code - optimized dex. 2.16
Packaging files. 1.92
Copying libraries resources 0.01
Signing package file (debug key). 2.52
ZipAlign file. Error
Cannot find:
Please configure paths (Tools - Configure Paths).
I have ZipAlign in many places and is not found
I am running phonetablelayout with no changes and it gets the same errors as my phone app.
Can someone give me a list of the paths in textbox javac.exe andriod.jar Additional library and Shared Modules to to compile this app.
running ver 3.82 and 4.0 both have the same result
JAVA_Home = C:\Java\jdk1.7.0_25 (Where java SDK is installed)
ANDROID_SDK_HOME = C:\Android\android-sdk
ANDROID_SWT = %ANDROID_SDK_HOME%\tools\lib\x86_64
PATH = %PATH%;%JAVA_HOME%\bin;%ANDROID_SDK_HOME%\platform-tools
I cannot relate the above info to where they go. I know when someone answer this I will feel stupid but being off for a year for 2 surgies I'm having trouble catching up. my last app won't run either. same problem.