Hi,
I use Jdev11.1.2.4.0 along with ADF Mobile Framework 11.1.2.4.39.64.71 Fully loaded. While i'm deploying application in Android emulator more specifically Android SDK Manager 22.2.1.
I got a error like.
CreateProcess error=2, The system cannot find the file specified in android "C:\Program Files\Android\platform-tools\aapt"":;
from this error. I came to know, aapt is missing from the mentioned path while in execution.
But see my below configuration. I loaded from different directory.
Android SDK Location:
F:\adt-bundle-windows-x86_64-20130917\adt-bundle-windows-x86_64-20130917\adt-bundle-windows-x86_64-20130917\sdk
Android Platform Location:
F:\adt-bundle-windows-x86_64-20130917\adt-bundle-windows-x86_64-20130917\adt-bundle-windows-x86_64-20130917\sdk\platforms\android-18.
Few things, which I observed, earlier we use ADF Mobile Framework 11.1.2.3.xx.xx. Now we are updated to 11.1.2.4.39.64.71. And,
Also AVG Antivirus Installed.
I did deployments before few months ago. I dint get this error.
My basic questions:
1. How to resolve this error.?
2. I loaded from different directory. why it is trying to fetch from different directory.?
More clearly ../platform-tools\aapt is available in F drive. but it is looking C drive Program Files..
Help me out to understand...
In the mean time. I goggled out, I got a Jobinesh link.
Binaries: Error while deploying MAF app to android - Cannot run program "adt-bundle-windows-x86_64-20140321\sdk\tools\zi…
This link is not exact match. But it helps me to understand, I need to move the files to mentioned location. But it doesn't make sense for me in my case.
Thanks
Subu.