Bitcoin Forum

Bitcoin => Mycelium => Topic started by: thedrs on June 18, 2017, 07:39:27 AM



Title: compiling github mycelium wallet issues
Post by: thedrs on June 18, 2017, 07:39:27 AM
Hi,
I git cloned the Mycelium wallet code, opened it in android studio and built it.
It built the test net version.
What do i need to change in the code to create the production wallet app ?

Do you have any building readme/ code architecture docs that are public ?

I want to try to add an import option for transaction labels...



Title: Re: compiling github mycelium wallet issues
Post by: HCP on June 20, 2017, 10:02:25 AM
Did you see my response here: https://bitcointalk.org/index.php?topic=293472.msg19627824#msg19627824

Do you not get the build options in Android Studio?


Title: Re: compiling github mycelium wallet issues
Post by: thedrs on June 23, 2017, 08:11:29 AM
Yes thanks.

Works.
I think the most difficult part of programming is learning IDEs.... the language is always the easy part.
Note: select the 'mbw' project on the projects window before doing build->select build variant (on other projects is might show grayed out)

Do you know if there is any doc that explains the project/module structure ?