cypherstack / stack_wallet

Stack Wallet, a multicoin, cryptocurrency wallet
https://stackwallet.com
GNU General Public License v3.0
164 stars 53 forks source link

Not able to build application via CLI #873

Open Shourya742 opened 1 month ago

Shourya742 commented 1 month ago

Hello Team,

I am currently in the process of building the Stack Wallet APK, adhering to the guidelines outlined in the build document. I am attempting to compile the application within a container to generate the APK. Despite installing all necessary dependencies and utilizing the build_all.sh script to populate the crypto_plugins, I am encountering an error.

Could you please provide some assistance or guidance on how to resolve this issue?

Thank you for your support.

Screenshot from 2024-05-21 09-29-30

sneurlax commented 1 month ago

Did you git submodule update --init --recursive?

Shourya742 commented 1 month ago

@sneurlax Ah! I missed that. I have added that and tried rebuilding the application again. Stuck on this. Is it possible to get a container file with build instructions to reproduce the android apk. Screenshot from 2024-05-21 22-02-20

Shourya742 commented 1 month ago

@sneurlax ?

sneurlax commented 3 weeks ago

It's a common issue that you need to attempt to build Monero twice

However our build system has undergone significant changes over these past few weeks which may address or change your issues.

These changes are on staging and testing and will be documented soon.

There have been dockerfiles made by different contributors over time but they are neither official nor maintained. This may be a goal in the future.

sneurlax commented 1 week ago

@Shourya742 are you still having these issues on the current staging?

sneurlax commented 6 days ago

@Shourya742 we added documentation for using the new build script, try it out and let me know how it goes

Shourya742 commented 4 days ago

I will try to build it and revert back