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

使用报错 #125

Open
drangonh opened this issue May 29, 2020 · 1 comment
Open

使用报错 #125

drangonh opened this issue May 29, 2020 · 1 comment

Comments

@drangonh
Copy link

Execution failed for task ':RNSendIntentModule:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

@soitun
Copy link

soitun commented Jun 4, 2020

1, cd into your react native project root directory
2, run "npm install react-native-send-intent --save" and "react-native link react-native-send-intent"
3, open AndroidManifest.xml in android/app/src/main directory , add

4, goto app.js , add follow
var SendIntentAndroid = require("react-native-send-intent");

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

No branches or pull requests

2 participants