cake-tech / cake_wallet

The open source repository for Cake Wallet, a noncustodial multi-currency wallet, and Monero.com, a noncustodial Monero-only wallet. Need help? Check out https://guides.cakewallet.com
https://cakewallet.com
MIT License
615 stars 170 forks source link

Android build failing looking for libwallet_api.a #1257

Open minerjed opened 7 months ago

minerjed commented 7 months ago

Trying to build the latest version of the the android cake_wallet for monero.com but get following error (looking for libwallet_api.a:

Why would it be looking for something from an ios directory if I am building for android?

OmarHatem28 commented 7 months ago

the error indicates that this file was not generated correctly, please make sure that build_all.sh script is completed successfully (note: building for android would require an Ubuntu environment as mentioned in howto_build_android.md

regarding your question about ios, that is just a wrapper folder, inside of it is the External dir which has different platforms needed code (ex. External/android and External/ios External/macos