Skip to content

Commit

Permalink
Update from_source.md
Browse files Browse the repository at this point in the history
Mention the issues described in libgdx/libgdx#7246.
  • Loading branch information
crykn committed Jan 11, 2024
1 parent 5504e59 commit 98903c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _pages/dev/-contributing/from_source.md
Expand Up @@ -33,7 +33,10 @@ If you want to submit code back to the project, please also take a moment to rev
```
./gradlew fetchNatives
```
4. Importing the project:

Please note that the `fetchNatives` and the `build` tasks [need to be called separately](https://github.com/libgdx/libgdx/pull/7246#issuecomment-1807271546).
{: .notice--warning}
5. Importing the project:

a) **Via IntelliJ IDEA/Android Studio:**

Expand Down

0 comments on commit 98903c9

Please sign in to comment.