You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use foundry on Android for smart contract development, but it fails to build. After some digging it turns out to be svm-rs not supporting Android.
I'm working on building up an Android version of solc-bin, which svm-rs can use. Creating this issue first to check whether Android support is desired :)
Hi @xJonathanLEI if you're able to build the solc binary for the Android target, happy to support Android in svm-rs.
You can create a PR to push the built binary to solc-builds under a new directory. Once ready, we can then offer the android versions via svm-builds as well.
I want to use foundry on Android for smart contract development, but it fails to build. After some digging it turns out to be
svm-rs
not supporting Android.platform::platform()
returnsUnsupported
.The text was updated successfully, but these errors were encountered: