3.1.1 gradle issue
bhavinchauhanios opened this issue · 5 comments
bhavinchauhanios commented
conor10 commented
Please try using 3.1.1-android.
… On 22 Nov 2017, at 12:04, chauhan9909 ***@***.***> wrote:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
vingorius commented
Abasifreke commented
@chauhan9909 , I got the same issue as above before remembering that I had read some docs earlier that said we should use:
Web3j web3 = Web3jFactory.build(new HttpService()); // defaults to http://localhost:8545/
for android.
Maybe @conor10 could be so kind as to compile an Android version of the project so less people are stuck on trivial issues such as this. But if not, I totally understand since there are docs for it.
vingorius commented
Thanks @Abasifreke , you save my times.
conor10 commented
I've added a comment to help Android users, see https://github.com/web3j/sample-project-gradle/blob/master/src/main/java/org/web3j/sample/Application.java#L57.