Problem with build app on the PhoneGap with new hybrid-app-template

1
I am trying to build an app on the PhoneGap adding push notification package and I am facing this problem. Error - The following splash screen or icon file does not exist: build-extras.gradle The file is there when I uploaded on the site, but I make download again the file is not there anymore. Already followed all step on the this link https://github.com/mendix/hybrid-app-template https://docs.mendix.com/releasenotes/mobile/hybrid-app    
asked
1 answers
4

Go to your config.xml file and comment out the line where build-extras.gradle is included. Create phonegap.zip in your dist folder and upload to phone gap again.

If you search the forum for build-extras.gradle you will find the same solution.

answered