|
| Generation Challenge-Windev Mobile 21 |
| Iniciado por guest, 19,oct. 2016 10:42 - 4 respuestas |
| |
| | | |
|
| |
| Publicado el 19,octubre 2016 - 10:42 |
Dear All,
I have a challenge generating android application from windev 21 mobile. The initial reference was for me to download Java SDK which I have gone through the process but it would still not generate complaining it cannot locate the SDK..
Could someone give a link or some forum reference of how to get the Java SDK properly install for Windev 21 Mobile?
Thanks in advance.
Sam |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 23 mensajes |
|
| Publicado el 19,octubre 2016 - 13:59 |
Hi Sam, It was a number of months back when I did this but I had written down a few notes to remind myself of what I had to do to get it to work at the time. Here's what I wrote: Required - JDK (Java Development Kit) - Android SDK Choose Online Help (rom within WINDEV Mobile) - Search SDK Find links to current downloads Install JDK first - request for Android SDK - install to C:\ to avoid UAC (User Access Control) Run Android SDK Manager
I know it's a little cryptic but I think it should make sense as you follow the points. Good luck.
Best Regards, Geoff (Australian Distributor for PC Soft) |
| |
| |
| | | |
|
| | |
| |
| Publicado el 19,octubre 2016 - 20:57 |
Hi.
Which is the problem? You must download and install
1) Last JDK 8 version. I use the 64 bits in my laptop.
2) Android SDK: you can use the WM IDE to download the right version. A important thing is to install or update only to Build Tools 23.0.x version, because the 24.0.x and up versions doesn't works with WM21.
3) Gradle: you can use the WM IDE to download and configure the right Gradle version. This version must be 2.2 for compatibility. You can optimize the build process with Gradle versions up to 2.12, but you need setup some options in configuration files.
With this three simple points you must can build your Apps.
Rubén |
| |
| |
| | | |
|
| | |
| |
| Publicado el 20,octubre 2016 - 03:56 |
Hi,
1. for java jdk , use installer 2. for android jdk and gradle , don't use the installer, download the zip . manual point wm to the sdk folder you unzip.
Currently I using android-sdk_r24.4.1-windows.zip gradle-2.14.1-bin.zip
for speed up compiling , read this post http://27130.foren.mysnip.de/read.php… |
| |
| |
| | | |
|
| | |
| |
| Publicado el 24,octubre 2016 - 08:14 |
Thank you Ruben and CCC.
I have made some progress though I get a few hiccups as I proceed. I guess these are part of the learning process.
I do appreciate the guide.
Sam |
| |
| |
| | | |
|
| | | | |
| | |
|