holochain / holochain-rust

DEPRECATED. The Holochain framework implemented in rust with a redux style internal state-model.
GNU General Public License v3.0
1.12k stars 268 forks source link

android docker? #110

Open thedavidmeister opened 6 years ago

thedavidmeister commented 6 years ago

child of #117

can we test/build for android somehow without needing the full android studio?

i'm finding that it's quite a big download and takes a while to setup, with many steps along the way :/

from #66

jamesray1 commented 4 years ago

This looks outdated.

https://github.com/holochain/holochain-rust/blob/958907ee618c2bc3c6b9c01c4ea6989f0376b6de/doc/holochain_101/src/building_for_android.md

thedavidmeister commented 4 years ago

no, those instructions start with "install android studio", i'm wondering if we can investigate a solution that allows us to build and test without such an expensive setup

jamesray1 commented 4 years ago

Ah, sorry. I found this:

https://developer.android.com/studio/build/building-cmdline

(which was found from here:

https://stackoverflow.com/questions/32643297/how-to-make-an-android-app-without-using-android-studio

(which in turn was found from here:

https://duckduckgo.com/?q=can+we+test%2Fbuild+for+android+somehow+without+needing+the+full+android+studio%3F&t=ffab&atb=v168-1&ia=web ))