React-native-push-notification: Error:Execution failed for task ':app:transformClassesWithDexForDebug'. >

Created on 5 Sep 2017  路  2Comments  路  Source: zo0r/react-native-push-notification

I am having this issue, can anyone help me to sort this out ?

untitled

Stale

Most helpful comment

I was having the same error and after checking, It was the issue of the gcm version which I specify to compile the latest one and added this piece of code solve my issue.

instead of:

compile ('com.google.android.gms:play-services-gcm:8.1.0')

and use:

compile ('com.google.android.gms:play-services-gcm:+') 

All 2 comments

I was having the same error and after checking, It was the issue of the gcm version which I specify to compile the latest one and added this piece of code solve my issue.

instead of:

compile ('com.google.android.gms:play-services-gcm:8.1.0')

and use:

compile ('com.google.android.gms:play-services-gcm:+') 

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings