Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Android SDK - Failure [INSTALL_FAILED_OLDER_SDK]

Bernhardfw-OracleJul 17 2014 — edited Jul 21 2014

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 ?

Comments
Post Details
Added on Jul 17 2014
3 comments
5,330 views