Skip to content

Commit

Permalink
Upgrade the versions of tool used
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-tremblay committed May 2, 2024
1 parent 672daa1 commit 73a498c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 73a498c

Please sign in to comment.