Introduction
Setting up your development environment is a crucial step for any WinDev Mobile project. This involves the correct installation of essential components such as the Java Development Kit (JDK), the Android Software Development Kit (SDK), and Gradle. This comprehensive guide will provide step-by-step instructions to help you successfully configure your system for Android application development with WinDev Mobile.
What You Will Learn:
- How to install WinDev Mobile (32-bit version).
- The correct steps for installing the JDK (both 32-bit and 64-bit).
- Installing the appropriate Gradle version for your WinDev Mobile release.
- How to install the Android SDK.
- Basic configuration considerations within WinDev Mobile.
Installing WinDev Mobile
Before proceeding with the installation of external components, ensure that WinDev Mobile itself is installed. For optimal compatibility, it is recommended to install the 32-bit version of WinDev Mobile.
Tip: For detailed visual instructions on installing WinDev Mobile, watch the full tutorial in the video below.
Installing the Java Development Kit (JDK)
The JDK is indispensable for WinDev Mobile as it provides the Java runtime environment and development tools necessary for Android development. We recommend installing JDK 8.
- For 32-bit systems: Download and install JDK 8 (32-bit version).
- For 64-bit systems: Download and install JDK 8 (64-bit version).
Watch the video: For a visual guide to the JDK installation process, you can refer to the tutorial video below.
Installing Gradle
Gradle is a build system used by Android Studio and WinDev Mobile to compile Android projects. The required Gradle version depends on your WinDev Mobile version.
- For WinDev Mobile 24: Download and install Gradle 4.4.1.
- For WinDev Mobile 25 and later: Download and install Gradle 5.4.1.
Note: For a visual guide on installing Gradle, you can watch the related tutorial video.
Installing the Android SDK
The Android SDK contains the tools, libraries, and APIs necessary for building Android applications. Once the JDK and Gradle are installed, you can proceed with the SDK installation.
Watch the video: For a visual guide to the Android SDK installation process, refer to the tutorial video below.
WinDev Mobile Configurations
After all components are installed, you will need to configure WinDev Mobile to point to the installation paths of the JDK, SDK, and Gradle. This is typically done through WinDev Mobile’s options in the Android settings section.
Conclusion
By following these steps, you will have successfully set up your WinDev Mobile development environment, enabling you to begin creating powerful Android applications. Always remember to refer to PC SOFT’s official documentation for the most up-to-date information and recommendations. Thank you for watching!