From 73a498c14c3d4ed9a46fc9cf5b2dda863f511df2 Mon Sep 17 00:00:00 2001 From: Henri Tremblay Date: Wed, 1 May 2024 23:59:55 -0400 Subject: [PATCH] Upgrade the versions of tool used --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19e77d8fc..3b850aa5b 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ You can find the website and user documentation at [objenesis.org](https://objen ## Environment setup I'm using: -- Maven 3.8.7 -- IntelliJ Ultimate 2023.1 (thanks to JetBrains for the license) (it should also work with Eclipse) +- Maven 3.9.6 +- IntelliJ Ultimate 2024.1 (thanks to JetBrains for the license) (it should also work with Eclipse) To configure your local workspace: - Import the Maven parent project to Eclipse or IntelliJ @@ -42,11 +42,13 @@ This build will create the source and javadoc jars and run spotbugs. ### Run the Android TCK #### Install required tools: + ##### MacOs / *nix - Install the Android SDK (`brew cask install android-sdk`) - Install `platform-tools` and `build-tools` using the sdkmanager (`sdkmanager "platform-tools" "build-tools"`) - Add an `ANDROID_HOME` to target the Android SDK (`export ANDROID_HOME=$(realpath $(echo "$(dirname $(readlink $(which sdkmanager)))/../.."))`) -#### Windows + +##### Windows - [Install Android Studio](https://developer.android.com/studio) - Launch studio and install SDK and emulator - Add an `ANDROID_HOME` to environmental variables (path used to install SDK on previous step)