Skip to content

Issues and solutions I've taken #16

@NetkoNefarious

Description

@NetkoNefarious

Foreword: many issues can be fixed by applying certain steps from the Getting Started guide.

  1. No Greeter.java (wrapper code)
    Solution:
  • Download Solicity compiler (check the .sol file for version, currently 0.4.25 is needed for the file) and web3j cli.
  • Follow this guide to generate the Java code you need
  1. Cannot resolve 'ethLogFlowable'
    Solution: add into build.gradle
  • compile ('org.web3j:core:4.1.0') (Java 8)
  • compile ('org.web3j:core:4.1.0-android') (Android)
  1. RxJava dependency missing
    Solution: add into build.gradle
  • implementation "io.reactivex.rxjava2:rxjava:2.x.y"
    With x and y replaced by the version number found here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions