Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 871 Bytes

android-app-quickstart.md

File metadata and controls

23 lines (18 loc) · 871 Bytes

Get started

Please note that the minimal Android SDK level required for using the Hedera™ Java SDK in an Android project is 26.

To get started with an Android project, you'll need to add the following two dependencies:

  1. Hedera™ Java SDK:
implementation 'com.hedera.hashgraph:sdk:2.45.0'
  1. gRPC implementation:

It is automatically aligned with the grpc-api version Hedera™ Java SDK use.

// okhttp transport (for lighter-weight applications or Android
runtimeOnly("io.grpc:grpc-okhttp")

Next steps

To make it easier to start your Android project using the Hedera™ Java SDK, we recommend checking out the Android example. This examples show different uses and workflows, giving you valuable insights into how you can use the Hedera platform in your Android projects.