zetavg / react-native-system-notification

Android system notifications for React Native. Supports push notifications with GCM integrated.
https://www.npmjs.com/package/react-native-system-notification
244 stars 102 forks source link

App fails while building #17

Open arjunkomath opened 8 years ago

arjunkomath commented 8 years ago

After adding all the package requirement, I rebuild project, restarted the packager and tried to run. But build fails. I'm using RN 0.20

FAILURE: Build failed with an exception.

Execution failed for task ':app:dexDebug'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/bin/java'' finished with non-zero exit value 2
zetavg commented 8 years ago

Oh, I haven't tested this module with RN 0.20 yet, maybe using 0.18 is a solution while the problem can't be solved. Sorry!