Augmented Reality for UE4

Hi, having problems installing to android device from batfile. What am I missing? C:\Windows>if “C:\NVPACK\android-sdk-windows” == “” set ANDROIDHOME=C:/NVPACK/android-sdk-windows

C:\Windows>set ADB=C:\NVPACK\android-sdk-windows\platform-tools\adb.exe

C:\Windows>set DEVICE=

C:\Windows>if not “” == “” set DEVICE=-s

C:\Windows>for /F “delims=” %A in (‘C:\NVPACK\android-sdk-windows\platform-tools\adb.exe shell “echo $EXTERNAL_STORAGE”’) do @set STORAGE=%A

Uninstalling existing application. Failures here can almost always be ignored.

C:\Windows>C:\NVPACK\android-sdk-windows\platform-tools\adb.exe uninstall com.YourCompany.angela_arplugintest
Failure [DELETE_FAILED_INTERNAL_ERROR]

Installing existing application. Failures here indicate a problem with the device (connection or storage permissions) and are fatal.

C:\Windows>C:\NVPACK\android-sdk-windows\platform-tools\adb.exe install angela_arplugintest-armv7-es2.apk
adb: failed to stat angela_arplugintest-armv7-es2.apk: No such file or directory

There was an error installing the game or the obb file. Look above for more info.

Things to try:
Check that the device (and only the device) is listed with “ADB$ devices” from a command prompt.
Make sure all Developer options look normal on the device
Check that the device has an SD card.
Press any key to continue . . .

edit

Sorry, my bad. I tried installing from wrong directory. I copied the apk, obb, bat files to the phone and tried installing it from there (via my PC) Worked better when I just installed from pc’s directory.

But I have another problem.
When starting the app it crashes a few seconds after showing the splashscreen. Everytime. On both Galaxy s7 and s8+.

edit2

I get this while installing batfile but it still completes the install. Exception occurred while executing:
java.lang.IllegalArgumentException: Unknown package: com.YourCompany.angela_arplugintest
at com.android.server.pm.Settings.getInstallerPackageNameLPr(Settings.java:5051)
at com.android.server.pm.PackageManagerService.getInstallerPackageName(PackageManagerService.java:27608)
at com.android.server.pm.PackageManagerService.isOrphaned(PackageManagerService.java:27614)
at com.android.server.pm.PackageManagerService.deletePackageVersioned(PackageManagerService.java:23744)
at com.android.server.pm.PackageInstallerService.uninstall(PackageInstallerService.java:991)
at com.android.server.pm.PackageManagerShellCommand.runUninstall(PackageManagerShellCommand.java:912)
at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:134)
at android.os.ShellCommand.exec(ShellCommand.java:96)
at com.android.server.pm.PackageManagerService.onShellCommand(PackageManagerService.java:28394)
at android.os.Binder.shellCommand(Binder.java:581)
at android.os.Binder.onTransact(Binder.java:481)
at android.content.pm.IPackageManager$Stub.onTransact(IPackageManager.java:3211)
at com.android.server.pm.PackageManagerService.onTransact(PackageManagerService.java:5073)
at android.os.Binder.execTransact(Binder.java:682)