vikeri / react-native-background-job

Schedule background jobs in React Native that run your JavaScript when your app is in the background/killed.
MIT License
747 stars 109 forks source link

:react-native-background-job:processReleaseResources FAILED #106

Open kalyanipullela opened 6 years ago

kalyanipullela commented 6 years ago

I'm using react-native background job. In a newly created react-native project i have installed the npm package and linked it to the project. While running the project i'm getting the following error: error

can anyone suggest any solution?

Thank you

qimus commented 6 years ago

Hi, try replace in node_modules/react-native-pjsip/android/build.gradle: compileSdkVersion 26 buildToolsVersion "26.0.2" it helps for me