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
To Reproduce
Run this command : bundletool install-apks --apks=file.apks with file.apks in the current directory and an android device connected to your computer
Expected behavior
It should install the apk to my device
Environment:
Windows 10, Android 10, Powershell run as administrator
Additional context
I think it is because it runs "C:\adb" and not "C:\adb\adb.exe" but I don't know how to set a custom adb path
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to run the
install-apks
command I have a Java error :Cannot run program "C:\adb": CreateProcess error=5, Access denied
.Bundletool version(s) affected
Version: 0.13.4
Stacktrace
To Reproduce
Run this command :
bundletool install-apks --apks=file.apks
with file.apks in the current directory and an android device connected to your computerExpected behavior
It should install the apk to my device
Environment:
Windows 10, Android 10, Powershell run as administrator
Additional context
I think it is because it runs "C:\adb" and not "C:\adb\adb.exe" but I don't know how to set a custom adb path
The text was updated successfully, but these errors were encountered: