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

Add some trouble shootings for android installation #145

Merged
merged 7 commits into from
Feb 1, 2022

Conversation

yjb94
Copy link
Contributor

@yjb94 yjb94 commented Jan 26, 2022

I am not sure i am the only one who got in this error, but found it will be helpful for others to configure there settings.

@pistonsky
Copy link

pistonsky commented Jan 26, 2022

I had to run npx react-native link @shopify/react-native-skia in order to overcome package not found error during build. Even though I'm on 0.67.1!

@yjb94
Copy link
Contributor Author

yjb94 commented Jan 26, 2022

@pistonsky is that something related to my PR?

README.md Outdated
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot a space after CMake

README.md Outdated
@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a dot after apply

@chrfalch
Copy link
Contributor

I had to run npx react-native link @shopify/react-native-skia in order to overcome package not found error during build. Even though I'm on 0.67.1!

This is probably not related to this PR, I saw and commented on the issue you filed about this. I don't think you should need to run link to get this to work - if you have more information, error messages, versions of your tools etc. please add them to the issue in a comment.

Copy link
Contributor

@chrfalch chrfalch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@wcandillon wcandillon merged commit 202efcb into Shopify:main Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants