diff --git a/README.md b/README.md index c823c504ae..a06c6d9811 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Any data transfer from or to the app happens using QR code. By doing so, the mos Please read our documentation before using Vault for the first time or before upgrading. It covers the main use-cases such as installing on a new phone, creating keys, upgrading and adding new networks: -👉 https://docs.novawallet.io/nova-wallet-wiki/wallet-management/hardware-wallets/polkadot-vault +👉 https://docs.novawallet.io/nova-wallet-wiki/wallet-management/hardware-wallets/polkadot-vault # Project Structure @@ -154,6 +154,16 @@ Enable "Show package details" checkmark to select specific version. **10.** Run the project (`Ctrl+R`). It should build the Rust core library automatically. +### Troubleshooting + +#### "no such file or directory" error when invoking cargo/rustc/uniffi-bindgen +1. Ensure rust and uniffi-bindgen are installed +2. Sometimes launching Android Studio from the Finder might result in Android Studio not seeing all env needed variables +Try launching Studio from the shell (command assumes you are in the "Applications" folder) +```shell +./Android\ Studio.app/Contents/MacOS/studio +``` + # Release Android - Create PR with new app version updated diff --git a/build.gradle b/build.gradle index 28c0a1ed5c..ee6a0724a9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } } dependencies { - classpath 'com.android.tools.build:gradle:8.2.0' + classpath 'com.android.tools.build:gradle:8.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.mozilla.rust-android-gradle:plugin:0.9.3" // uniffi wants some build-time specific info from JNA