hedera-sdk-java icon indicating copy to clipboard operation
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)

Open thenswan opened this issue 2 years ago • 1 comments

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

thenswan avatar Oct 09 '23 12:10 thenswan

#1833 is related

thenswan avatar Jun 03 '24 11:06 thenswan

fixed in https://github.com/hashgraph/hedera-sdk-java/issues/1620

0xivanov avatar Sep 25 '24 08:09 0xivanov