-
Notifications
You must be signed in to change notification settings - Fork 22
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
Failed to install the app #2
Comments
Hello, Try to run that command with
Also, do you manage to build the empty project, i.e. the project where there is no our SDK? According to the provided error, it seems that you haven't installed the React Native environment. |
Yes, I tried to run with npx and without. E / unknown: ReactNative: ReactInstanceManager.createReactContext: mJSIModulePackage null As if it does not detect that the server is running. By the way, when I cloned the repository, I had to go to the developer branch. Since there was nothing in the master. Did I do it right? |
@5paun The correct branch is The issue is that the You can grant executable permission by running After this step, running @vyakimchik Maybe you could push a commit changing the permission on that file or maybe add this in the documentation. |
@peterlazar1993 Ok, I'll mark this in the README of this repository. Thanks! |
@5paun yes. As the Face SDK for React Native is still in development and has not been released yet and you want to try how it works, you need to use the |
Greetings! I cannot start your demo version of the application when I run react-native run-android command, I get the following error:
Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
Error: spawn ./gradlew EACCES
at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
help please solve the problem
The text was updated successfully, but these errors were encountered: