You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to compile with android .apk on my laptop real hardware (Windows 10 x64 22H2) then I'll use with this command adb install -r app/build/outputs/apk/arm8/release/app-arm8-release.apk && adb shell am start -n com.nesbox.tic/com.nesbox.tic.TIC to see what's result in the error:
Performing Streamed Install
adb: failed to stat app/build/outputs/apk/arm8/release/app-arm8-release.apk: No such file or directory
That's what I'm wondering it could be missing?
The text was updated successfully, but these errors were encountered:
I was trying to compile with android .apk on my laptop real hardware (Windows 10 x64 22H2) then I'll use with this command
adb install -r app/build/outputs/apk/arm8/release/app-arm8-release.apk && adb shell am start -n com.nesbox.tic/com.nesbox.tic.TIC
to see what's result in the error:That's what I'm wondering it could be missing?
The text was updated successfully, but these errors were encountered: