Plug in: com.kit.cordova.amaplocation
https://www.jianshu.com/p/85aceaee3b35
When referring to the above link articles or other articles, we still can’t solve the key error of Gaode
running the following two commands may solve the long-standing problem
cordova platform remove "platformName" // Remove the project platform
cordova platform add "platformName" // add device platform
Example:
cordova platform remove android // Remove Android project platform
cordova platform add android // add android device platform