Skip to content

Commit 202efcb

Browse files
authored
Add some trouble shootings for android installation (#145)
1 parent 770138d commit 202efcb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ If the NDK is not installed, you can install it via Android Studio by going to t
4444

4545
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.
4646

47+
And them the _Modules_ section. click on `shopify_react-native-skia` and select _NDK version_ with dropdown, and click on apply.
48+
49+
#### TroubleShooting
50+
51+
For error **_CMake 'X.X.X' was not found in SDK, PATH, or by cmake.dir property._**
52+
53+
open _Tools > SDK Manager_, switch to the _SDK Tools_ tab.
54+
Find `CMake` and click _Show Package Details_ and download compatiable version **'X.X.X'**, and apply to install.
55+
56+
4757
### Playground
4858

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

0 commit comments

Comments
 (0)