|
|
|
|
|
- Overview
- Deployment via Play Store (formerly Android Market/Google Play)
- Deployment via a web server
- Deployment from the PC via ADB (advanced mode)
- Copying the application to the Mobile device
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Once the applications are created, developed and checked, all you have to do is deploy them. Several deployment modes are available: Deployment via Play Store (formerly Android Market/Google Play) Play Store (formerly Android Market or Google Play) is an online service used to download applications (free of charge or not) on mobile devices compatible with Android. Once published, the application can be downloaded by users worldwide via the Play Store application installed on their phones. The publication of applications on Play Store must comply with specific constraints: - During the first publication, you must register beside the Play Store service via a Google account.
When this documentation was published, the link used for registration is: http://play.google.com/apps/publish/signup Once registered, you have the ability to publish or update an many applications as you want as many times as necessary. - The published application must be signed with a private cryptographic key. You have the ability to sign your own application: using a third-party organism is not mandatory. The validity period of the certificate must end after October 23, 2033.
Applications generated by WINDEV Mobile are automatically signed using the information provided in the generation wizard ("Application signature" screen) with a sufficient validity period.. Warning: The published application must not have been signed using a generic key (which should be used only for GO mode testing).. - An icon must be associated with the application. The generation wizard of WINDEV Mobile allows you to define the icon to use.
Remark: Play Store is the best-known application, but there are others too.. Deployment via a web server You can make Android applications available for download via a link on a web page. To do so, you must: - Copy the "apk" file to the web server that hosts the page from which the application will be downloaded.
- Add a link in the download web page. This link has the following format:
<a href='Chemin du fichier apk sur le serveur'>Lien</a> - On the server, add the following MIME type: application/vnd.android.package-archive
The user will only have to display the page with the browser of the phone. The application will be downloaded when the link is clicked. Then, simply click the downloaded file (in the download manager) to install the application. Caution: The "Unknown sources" option must be activated on the phone to enable this installation mode.. To enable this option, refer to your phone's documentation. Depending on the phone and its version, the corresponding option can be found in "Application", "Security" for example, ... Deployment from the PC via ADB (advanced mode) ADB (Android Debug Bridge) is a tool provided with the Android SDK. It is used to install or uninstall from the PC an Android application (APK file) on a mobile device compatible with Android. Caution: The "Unknown sources" option must be activated on the phone to enable this installation mode.. To enable this option, refer to your phone's documentation. Depending on the phone and its version, the corresponding option can be found in "Application", "Security" for example, ... Copying the application to the Mobile device The easiest way to install an Android application on a mobile device is to copy the apk file to the device and run it. The following operations must be performed: - Connect the device to the PC by USB.
- Copy the apk file of the application to the device (external memory, for example).
- On the device, use a file explorer to go to the directory where the apk file was copied and click the file to start its setup.
Remarque: Not all devices offer file explorers, but there are many available free of charge. Caution: The "Unknown sources" option must be activated on the phone to enable this installation mode.. To enable this option, refer to your phone's documentation. Depending on the phone and its version, the corresponding option can be found in "Application", "Security" for example, ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|