Skip to content

Commit

Permalink
Add some trouble shootings for android installation (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjb94 authored Feb 1, 2022
1 parent 770138d commit 202efcb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ If the NDK is not installed, you can install it via Android Studio by going to t

And then the _SDK Location_ section. It will show you the NDK path, or the option to Download it if you don't have it installed.

And them the _Modules_ section. click on `shopify_react-native-skia` and select _NDK version_ with dropdown, and click on apply.

#### TroubleShooting

For error **_CMake 'X.X.X' was not found in SDK, PATH, or by cmake.dir property._**

open _Tools > SDK Manager_, switch to the _SDK Tools_ tab.
Find `CMake` and click _Show Package Details_ and download compatiable version **'X.X.X'**, and apply to install.


### Playground

We have an example project you can play with [here](https://github.com/Shopify/react-native-skia/tree/main/example).
Expand Down

0 comments on commit 202efcb

Please sign in to comment.