-
Notifications
You must be signed in to change notification settings - Fork 151
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
Issues and solutions I've taken #16
Comments
This seems like a good candidate for a PR :) |
|
I didn't know this, I thought you needed the CLI to generate them. |
@NetkoNefarious the plugin is relatively new. Regarding 2. and 3. they should not be issues in a fresh clone on master branch. I believe these are issues unique to your environment. I see you are developing on android. This sample project is not designed to be an android starter application so some changes are required. |
Foreword: many issues can be fixed by applying certain steps from the Getting Started guide.
Solution:
Solution: add into build.gradle
compile ('org.web3j:core:4.1.0')
(Java 8)compile ('org.web3j:core:4.1.0-android')
(Android)Solution: add into build.gradle
implementation "io.reactivex.rxjava2:rxjava:2.x.y"
With x and y replaced by the version number found here.
The text was updated successfully, but these errors were encountered: