Hi there,
in the last step of my MAF app deployment to my Android device (Windows7) I get "Failure [INSTALL_FAILED_OLDER_SDK]"
the error in full from the log:
[04:19:29 PM] Deployment failed due to one or more errors returned by 'C:\adt-bundle-windows-x86_64-20130911\sdk\platform-tools\adb'.
The following is a summary of the returned error(s):
Failure [INSTALL_FAILED_OLDER_SDK]
I used API 19
as Platform Tools directory:
C:\adt-bundle-windows-x86_64-20130911\sdk\platforms\android-19
as Built Tools directory:
C:\adt-bundle-windows-x86_64-20130911\sdk\build-tools\19.1.0 (this contains aapt.exe)
The same happens to ..platform\\android-18 and ..\build-tools\android-4.3
Seems it is a change of Google directory structure again. The "aapt.exe" happened to reside in 4.2.2 ...
When I deploy to the emulator it throws:
[04:29:04 PM] ---- Deployment incomplete ----.
[04:29:04 PM] Deployment failed due to one or more errors returned by 'C:\adt-bundle-windows-x86_64-20130911\sdk\platform-tools\adb'. The following is a summary of the returned error(s):
Error: Could not access the Package Manager. Is the system running?
whereas the emualtor is running...
Any suggestion how to solve this ?