The Windows Installer is designed for beginners and fresh Windows systems. It sets up Oviora with a portable Android development environment so the user does not need to manually install Android Studio, Java, Android SDK, Gradle, Node.js or ADB separately.
oviora commandC:\OvioraC:\Oviora\
portable-bin\
oviora.cmd
oviora-doctor.cmd
tools\
nodejs\
jdk\
android-sdk\
gradle\
oviora-cli\The installer adds this path to the User PATH with priority:
C:\Oviora\portable-binAfter installation, open a new PowerShell window and run:
where.exe oviora
oviora doctorExpected first result:
C:\Oviora\portable-bin\oviora.cmdA successful installer-based oviora doctor should detect tools from the portable runtime:
ADB installed as C:\Oviora\tools\android-sdk\platform-tools\adb.exe
Gradle daemon JVM using C:\Oviora\tools\jdkThis proves that Oviora is using the bundled runtime instead of depending on random system-level Android SDK or JDK paths.
oviora run / oviora brThe installer may currently be unsigned. If Windows shows “Windows protected your PC”, click More info → Run anyway. This warning can appear because the installer is new and may not yet have Microsoft SmartScreen reputation.
oviora doctor
oviora create MyApp
cd MyApp
oviora brIf a phone is connected with USB debugging enabled, oviora br will build, install and launch the app.
1. Update install.ps1
2. Rebuild installer
3. Run installer or direct script test
4. Confirm C:\Oviora\portable-bin is first in User PATH
5. Run where.exe oviora
6. Confirm first result is C:\Oviora\portable-bin\oviora.cmd
7. Run oviora doctor
8. Confirm ADB path is C:\Oviora\tools\android-sdk\platform-tools\adb.exe
9. Confirm Gradle JVM is C:\Oviora\tools\jdk
10. Upload only the EXE to GitHub ReleasesDo not upload win-unpacked/, .exe.blockmap, node_modules/, runtime/, or private keys.