Anbox – A container-based approach to boot full Android on a regular Linux
1–10 of 21 posts
Re: Anbox – A container-based approach to boot full Android on a regular Linux
#2Re: Anbox – A container-based approach to boot full Android on a regular Linux
#3Sure. I'll make a VM, do the bullshit app, and pop the vm.
Re: Anbox – A container-based approach to boot full Android on a regular Linux
#4Re: Anbox – A container-based approach to boot full Android on a regular Linux
#5Anbox is a great idea but it needs a lot of work to become a usable project. Currently, it's only available on a few distros, and app installation instructions are nowhere to be found.
https://github.com/anbox/anbox/blob/master/docs/install.md ??
Or do you mean for installing Android apps?
Re: Anbox – A container-based approach to boot full Android on a regular Linux
#6Hmm. That's really handy at dealing with "download and use app to save %" Sure. I'll make a VM, do the bullshit app, and pop the vm.
Re: Anbox – A container-based approach to boot full Android on a regular Linux
#7Anbox is a great idea but it needs a lot of work to become a usable project. Currently, it's only available on a few distros, and app installation instructions are nowhere to be found.
> and app installation instructions are nowhere to be found https://github.com/anbox/anbox/blob/master/docs/install.md ?? Or do you mean for installing Android apps?
Re: Anbox – A container-based approach to boot full Android on a regular Linux
#8Anbox is a great idea but it needs a lot of work to become a usable project. Currently, it's only available on a few distros, and app installation instructions are nowhere to be found.
Re: Anbox – A container-based approach to boot full Android on a regular Linux
#9Hmm. That's really handy at dealing with "download and use app to save %" Sure. I'll make a VM, do the bullshit app, and pop the vm.
If there's no virtualization though then you'd need to find an x86 copy of the app right?
Re: Anbox – A container-based approach to boot full Android on a regular Linux
#10Earlier quoted context omitted.
If there's no virtualization though then you'd need to find an x86 copy of the app right?
Most Android apps are just JVM bytecode and work on any architecture. Apps using the NDK (native development kit) are architecture-specific and often lack x86 binaries but ecommerce apps are highly unlikely to use the NDK.