anbox icon indicating copy to clipboard operation
anbox copied to clipboard

How to launch anbox based on local build

Open kaidilala-ngx opened this issue 3 years ago • 5 comments

I have completed the compilation of anbox locally. I want to start anbox manually. What steps are required? Can someone describe them in detail?

kaidilala-ngx avatar Jun 22 '22 00:06 kaidilala-ngx

You need to start its container manager, provide the requisite android image, then start session-manager. (Hopefully without needing a billion flags!) It might not work so you might need to experiment around with flags or figure out whether its a issue with the system. For me, I have yet to resolve a DBUS permission issue.

Phoenix-Starlight avatar Jun 23 '22 05:06 Phoenix-Starlight

It's very useful if there is one run.sh script for us.

kaidilala-ngx avatar Jun 23 '22 13:06 kaidilala-ngx

You can try looking at the script provided in the snap itself, otherwise I'm afraid I forgotten how I tried starting up anbox.

On 6/23/22, kaidilala-ngx @.***> wrote:

It's very useful if there is one run.sh script for us.

-- Reply to this email directly or view it on GitHub: https://github.com/anbox/anbox/issues/2061#issuecomment-1164396639 You are receiving this because you commented.

Message ID: @.***>

Phoenix-Starlight avatar Jun 24 '22 16:06 Phoenix-Starlight

How to build android image based on AOSP?

kaidilala-ngx avatar Jun 28 '22 13:06 kaidilala-ngx

https://github.com/anbox/anbox/blob/master/docs/build-android.md

You will need 100GB of free space possibly.

On 6/28/22, kaidilala-ngx @.***> wrote:

How to build android image based on AOSP?

-- Reply to this email directly or view it on GitHub: https://github.com/anbox/anbox/issues/2061#issuecomment-1168694018 You are receiving this because you commented.

Message ID: @.***>

Phoenix-Starlight avatar Jul 02 '22 22:07 Phoenix-Starlight