PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Error en WinDev Mobile 18
Error en WinDev Mobile 18
Iniciado por Alfredo García, ago., 26 2013 5:48 PM - 1 resposta
Publicado em agosto, 26 2013 - 5:48 PM
I have

I have this error when building an apk

Failure creating the Android application named <F:\My Mobile Projects\TuPeso\Exe\TuPeso.apk>.


Command Line: .\platform-tools\adb.exe -s emulator-5554 install -r "F:\My Mobile Projects\TuPeso\Exe\TuPeso.apk"


Error returned:
SEtup failure ([INSTALL_FAILED_OLDER_SDK]).

The application setup failed because the SDK of the mobile device is earlier than the one required by the application.
Publicado em agosto, 27 2013 - 10:32 PM
Over here the same problem with just one mobile device, Android 4.0.4.

All others work.

It might have to do with the 4.0.3-4.0.4 numbering (two Android-versionnumbers for one SDK-version 15).

You work with an emulator, the AVD's from the SDK-toolkit?

Then it might be usefull to start SDK-manager. You can choose from the menu 'Tools' to configure and to start the AVD's from there. You have a lot more options than WinDev offers you when you choose to make an emulator during the generation of your project.

In general I had the best results when choosing Android 3.2 during the compiling of the project.

If you would find (another) solution, please, post it, as I would like to work with the 4.0.4 too.

With kind regards