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

Remove javaToolchain binaries #1410

Merged
merged 2 commits into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,16 @@ You can also run your local development environment for Android via the Docker c
./scripts/docker-dev-android.sh
```

### Troubleshooting

```shell
Could not determine the dependencies of task ':unifiedpush_android:compileReleaseKotlin'.
> Cannot find a Java installation on your machine matching this tasks requirements: {languageVersion=8, vendor=any, implementation=vendor-specific}
> No locally installed toolchains match and toolchain download repositories have not been configured.
```

Resolution: Ensure you have a valid Java 8 installation on your machine.

## Conventions

While there are no specific conventions that must be followed, do try to follow best practices whenever possible.
Expand Down
Binary file removed android/javaToolchains/daemon/8.0/registry.bin
Binary file not shown.
Binary file removed android/javaToolchains/daemon/8.0/registry.bin.lock
Binary file not shown.
Loading