hashgraph / hedera-sdk-java

Hedera™ Hashgraph SDK for Java
https://docs.hedera.com/guides/docs/sdks
Apache License 2.0
229 stars 117 forks source link

Send transaction has crashed in Android #2095

Open starlove7 opened 8 hours ago

starlove7 commented 8 hours ago

Description

The app crashes when performing a transaction after v2.35.1 on Android. The problematic part is the BaseNode.getUserAgent function as shown in the screenshot. The problem seems to be caused by the getModule() Method modified in commit 9012a3d17646e4fae5e5a835ef5ed639cfb58a31, which is not supported by the Android API. It looks like that part needs to be rolled back to run on Android.

Steps to reproduce

  1. Run Android Example
  2. Crypto Transfer Tab -> Send

Additional context

image

Hedera network

testnet

Version

v2.44

Operating system

None

0xivanov commented 5 hours ago

Hello, what version of the android API are you using?