|
|
Android does not require any special variables if you deploy via sideloaded apk from artifacts which is the easiest way to get started.
|
|
|
|
|
|
**Configure your device.**
|
|
|
You will need to enable developer mode on your device. Instructions will vary, depending on your device.
|
|
|
[https://developer.android.com/studio/debug/dev-options#enable](https://developer.android.com/studio/debug/dev-options#enable)
|
|
|
|
|
|
You will also need to enable apk install from your web browser or file browser on the device.
|
|
|
[https://developer.android.com/distribute/marketing-tools/alternative-distribution#websites](https://developer.android.com/distribute/marketing-tools/alternative-distribution#websites)
|
|
|
|
|
|
Ex: [https://www.verizon.com/support/knowledge-base-222186/](https://www.verizon.com/support/knowledge-base-222186/)
|
|
|
|
|
|
Once your device is configured we can navigae to WVS and setup.
|
|
|
|
|
|
Login to your WVS account on your device's browser.
|
|
|
Once you are logged in, select **My Projects** > **View All Projects** and click on your project.
|
|
|
|
|
|
Navigate to the Artifacts for the build you wish to install.
|
|
|
|
|
|
**NOTE**: You can either download the zip package and extract it locally OR navigate to a direct link to the apk.
|
|
|
|
|
|
The Zip link can be found by clicking on the **Outputs** from the left-hand nav button on the website and selecting the android build. You can click the three dots that appear at the end of the column (on mobile, you may need to press on the row for this to appear).
|
|
|
|
|
|
![AndroidBuild](rdmeimg/android1.png)
|
|
|
|
|
|
If you click on the “Complete” button, it will take you to the flows page, where you can click on the android flow and have the option to download or browse on the right-hand side.
|
|
|
|
|
|
If you have your device configured correctly, you should be able to open the download and either unpack the zip or run the apk directly. |
|
|
\ No newline at end of file |