Skip to content

Commit

Permalink
Remove javaToolchain binaries (#1410)
Browse files Browse the repository at this point in the history
* remove javaToolchains for fdroid

* added troubleshooting to readme
  • Loading branch information
hjiangsu authored Jun 2, 2024
1 parent 93d7588 commit d5fe6ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
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.

0 comments on commit d5fe6ca

Please sign in to comment.