install large apk cause "Operation timeout"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Anbox Cloud |
Incomplete
|
Undecided
|
Gary.Wang |
Bug Description
I have a large apk to install, but
"amc application create almostcut" returns:
Error: Operation timeout
below is the info from syslog:
Jun 16 03:09:49 ip-172-31-5-67 systemd[837949]: Started snap.amc.
Jun 16 03:09:49 ip-172-31-5-67 kernel: [734463.272979] audit: type=1400 audit(165534898
Jun 16 03:14:50 ip-172-31-5-67 systemd[837949]: snap.amc.
this apk is 1.1G large, I noticed this doc:
https:/
states that files larger than 100M need to port with obb, but based on google's document:
https:/
I don't see how to build apk with obb file.
I am using android studio, and able to build aab file, which is used to upload to google play. is there any other way to install large apk file? where could I find the detailed log?
Changed in anbox-cloud: | |
assignee: | nobody → Gary.Wang (gary-wzl77) |
status: | New → Incomplete |
Is there any other way to install large apk file?
A: For the large apk file, you could just specify a large `--timeout` flag to overcome the issue of `Operation timeout`, something like:
$ amc application create --timeout 30m almostcut
BR
Gary