Fresh PC Test

Final validation checklist for a clean Windows computer

Use this checklist to prove that the Windows Installer works on a beginner PC where Android tools were never installed.

Before Installing Oviora

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 oviora

Expected result: commands should not be found on a fresh system.

After Installing Oviora

Open a new PowerShell window and run:

where.exe oviora
oviora
oviora doctor

Expected first result:

C:\Oviora\portable-bin\oviora.cmd

Real Project Test

cd Desktop
oviora create TestApp --package com.example.testapp
cd TestApp
oviora br

Pass condition:

  • oviora command works
  • oviora doctor shows required tools
  • Project creates successfully
  • APK builds successfully
  • APK installs on connected Android phone
  • App launches successfully

Expected Build Result

BUILD SUCCESSFUL
APK ready:
app\build\outputs\apk\debug\app-debug.apk

Performing Streamed Install
Success
Launching app: com.example.testapp

Advanced Tests

  • Restart PC and test again
  • Test from a new Windows user account
  • Test with internet ON
  • Test with internet OFF after installer download
  • Test uninstall and reinstall
  • Test PATH conflicts with existing Java / Android SDK

2GB RAM / Low-Spec PC Note

A 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.

Important Build Time Note

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.