Use this checklist to prove that the Windows Installer works on a beginner PC where Android tools were never installed.
Run these commands on a clean Windows PC before installing Oviora Builder:
where.exe node
where.exe npm
where.exe java
where.exe javac
where.exe adb
where.exe gradle
where.exe ovioraExpected result: commands should not be found on a fresh system.
Open a new PowerShell window and run:
where.exe oviora
oviora
oviora doctorExpected first result:
C:\Oviora\portable-bin\oviora.cmdcd Desktop
oviora create TestApp --package com.example.testapp
cd TestApp
oviora brPass condition:
oviora command worksoviora doctor shows required toolsBUILD SUCCESSFUL
APK ready:
app\build\outputs\apk\debug\app-debug.apk
Performing Streamed Install
Success
Launching app: com.example.testappA local low-spec PC test showed that a default native Android app could be created, built, installed, and launched in under 6 minutes.
Tested on a 2GB RAM low-spec Windows PC: Oviora Builder created, built, installed, and launched a default native Android app in under 6 minutes.
Build time may vary depending on PC speed, internet speed, Gradle cache, storage speed, Android SDK state, and connected device.
Internet may be required for the first build if Gradle dependencies are not already cached or bundled.