breautek commented on issue #919: Cordova build error when using FCM messaging and camera plugin together. URL: https://github.com/apache/cordova-android/issues/919#issuecomment-589019824 > [13:58:54] Cannot load gulp: ReferenceError: primordials is not defined [13:58:54] Cannot load gulp: ReferenceError: primordials is not defined [13:58:54] Cannot run sass task: missing in gulpfile.js [13:58:54] Cannot load gulp: ReferenceError: primordials is not defined These errors are not related to cordova. > D:\ProgramFiles\Android\sdk\system-images\android-23 It looks like your environment is using an out-dated android sdk version. `cordova-android@8` requires android-28, which is the minimum target sdk that google play will also accept. See [Adding SDK Packages](https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#adding-sdk-packages) to learn how to install android (API) 28. It also doesn't hurt to update the `Android SDK build-tools` to the latest version. See the [Android Docs](https://developer.android.com/studio/intro/update) for a more detailed instructions on how to update your SDK in android studio.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
