React Native APK Build Failed Unable to Process Incoming Event ‘ProgressComplete’ Error Fix

By Rashid •  December 12th, 2018 • 

Yes, it’s time to build APK from your ambitious React Native project but alas! you have stumbled upon this APK build error- Unable to Process Incoming Event ‘ProgressComplete’ Error Fix.

If this is your story then don’t worry here’s a solution for you. In order to build the APK, just execute the following command from the android folder of your React Native project.

gradlew assembleRelease –console plain (windows)

./gradlew assembleRelease –console plain (Linux)

Rashid

Keep Reading