alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
762 stars 396 forks source link

examples Sample1 doesn't work on Android #146

Open lightning331 opened 5 years ago

lightning331 commented 5 years ago

Hi

After npm install, I was going to run the example/Sample1 by command react-native run-android or Android Studio. Then I got the error as followings.

Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain Caused by: java.lang.ClassNotFoundException: org.gradle.wrapper.GradleWrapperMain

Can you explain about it?

SirCameron commented 5 years ago

Same..