PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Windev Mobile 22
Windev Mobile 22
Iniciado por guest, 17,jul. 2017 23:00 - 5 respuestas
Publicado el 17,julio 2017 - 23:00
I am doing the windev mobile 22 tutorial - newbie . I am trying to generate the android application - I have installed the gradle tool set, and that looks fine. I have install the Android Sdk, and can look at it through explorer, looks like to me. Not to windev mobile. It keeps tell me that
>> The direction contains no Android SDK
Find the SDK in the sub-directories of the specified directory ?
<<
What file is it looking for to identify a directory as having the Android SDK in it ? I have several under program files (x86)\android\android-sdk\uild-tools... and here I have \23.0.1 , \23.0.3 , 25.0.3 - but none of these makes windev mobile happy ? Any ideas.

Thanks

Don (not the hurricane)
Publicado el 18,julio 2017 - 00:58
Hi. It's a bug in recent WM22. Google changed the SDK folders distributions and it doesn't likes to WM22. The error isn't real. Gradle can use the SDK to generate the APP.


Rubén
Publicado el 18,julio 2017 - 01:54
Thank you Ruben, so since wm22 was happy with gradle, I can just ignore the error - will it let me go past that then ?

Don
Publicado el 18,julio 2017 - 13:13
Hi. For me the app generation works fine.

Rubén
Publicado el 18,julio 2017 - 13:35
Hi Don,

the first thing I see is that you put your sdk into program files, which is a very bad idea, as program files is a place where regular users/programs (ie non admin) can NOT write

On my machine, WM22 US is using the following settings and seems to be happy with them:
Gradle: F:\android-gradle\gradle-3.5\
android sdk: F:\android-sdk-windows\

in F:\android-sdk-windows\, I have all the directories (add-on, build-tools, etc and the sdk setup EXE...

Best regards
Publicado el 18,julio 2017 - 15:19
Hi Fabrice. I'm using Gradle 3.5 too, and my folder for Android SDK is c:\android\android-SDK.

The WM22 message is since last english version. But all works fine.

I'm sharing c:\android\android-SDK.with Android Studio and i update the folder with it. Maybe the issue is this.

Rubén