hedera-sdk-java
hedera-sdk-java copied to clipboard
Search for functionality that fails when using Java SDK with the minimum supported Android version (v8, API level 26)
Problem
A community member has submitted a couple of issues (see #1571 and #1606) with a java.lang.NoSuchMethodError
error. The reason for this error was the usage of unsupported Java language features in an Android app. To address it, a few fixes were made to lower the Java language features version (see #1607 and #1608).
There may be more cases similar to this.
Solution
Find a way to search for similar cases and then determine an approach to resolve them.
Alternatives
No response