A problem occurred starting process ..\prebuilt\windows-x86_64\bin\mips64el-linux-android-strip

I create a new ionic app with

ionic start myAppNameHere blank

And I add google maps for android and ios to my app following this link: https://github.com/ionic-team/ionic-native-google-maps/blob/master/documents/README.md. I also run the following command

ionic cordova platform add android && ionic cordova build android

But I get this error:

Execution failed for task ‘:app:transformNativeLibsWithStripDebugSymbolForDebug’.

A problem occurred starting process ‘command ‘C:\Users\myusernamehere\AppData\Local\Android\Sdk\ndk-bundle\toolchains\mips64el-linux-android-4.9\prebuilt\windows-x86_64\bin\mips64el-linux-android-strip’’ `

Someone can help me please