Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Android Studio install instructions to include Chipmunk #4838

Merged
merged 2 commits into from
May 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ $ make ios.app_deps

<details><summary>Android dev requirements</summary>

- An Android app **development environment**, e.g. [Android Studio](https://developer.android.com/studio/install)
- An Android app **development environment**, e.g. [Android Studio](https://developer.android.com/studio/install) (Tested with Chipmunk 2021.2.1 .)
- **IMPORTANT NOTE**: There is a known issue to [Support the latest Android Studio (Giraffe)](https://github.com/berty/berty/issues/4753). To solve this we will need to update to the latest React Native version. This could be a lengthy operation and until then, although undesirable, you can mitigate this bug by using Android Studio Chipmunk.
costinberty marked this conversation as resolved.
Show resolved Hide resolved
- **Android SDK**, with the following enabled (in Android Studio Code in `Tools --> SDK Manager`):
- SDK Platform "Android 11.0 (R)"
- Android SDK Build-Tools
Expand Down
Loading