Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android support? #10

Open
KCongUP opened this issue Nov 2, 2021 · 3 comments
Open

Android support? #10

KCongUP opened this issue Nov 2, 2021 · 3 comments

Comments

@KCongUP
Copy link

KCongUP commented Nov 2, 2021

Does this project and libraries supported on Android?
I can build my project no problem and installed built file on my device, but when trying to send RPC request it return an exception.
exception:Error occurred when trying to send rpc requests(s): eth_call

@KCongUP KCongUP changed the title Android support Android support? Nov 2, 2021
@juanfranblanco
Copy link
Member

Yes it does

@KCongUP
Copy link
Author

KCongUP commented Nov 2, 2021

Thank you for reply,
Update on the issue: i have found out the problem was the Configuration - Scripting backend. If i use Mono and build, the function can run on device no problem. But if i switch to IL2CPP, it will thrown out the exception above.
Is there any way i can use these libraries with IL2CPP?

@juanfranblanco
Copy link
Member

@KCongUP yes everything has been built to support AOT. Now the example includes all the libraries, so there will be some you won't need (reactive libraries, etc). If you use the subset of 351 you will be fine. And add as you need. https://github.com/Nethereum/Nethereum/releases/tag/4.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants