Cordova Google Phonegap 地图插件安装
Cordova Google Maps Plugin Installation For Phonegap
我正在尝试为 phonegap 安装 cordova-plugin-googlemaps,但出现此错误:
Failed to install 'cordova-plugin-googlemaps': CordovaError: Uh oh!
target destination "/Users/imac/Desktop/app/FFG - City
Guide/platforms/ios/FFG - City
Guide/Resources/pgm_Localizable.strings" already exists
我检查了上面提到的文件夹,但 pgm_Localizable.strings 并不存在。请帮我。谢谢!
尝试删除 re-adding ios
:
$> cordova platform rm ios
$> cordova platform add ios
我正在尝试为 phonegap 安装 cordova-plugin-googlemaps,但出现此错误:
Failed to install 'cordova-plugin-googlemaps': CordovaError: Uh oh! target destination "/Users/imac/Desktop/app/FFG - City Guide/platforms/ios/FFG - City Guide/Resources/pgm_Localizable.strings" already exists
我检查了上面提到的文件夹,但 pgm_Localizable.strings 并不存在。请帮我。谢谢!
尝试删除 re-adding ios
:
$> cordova platform rm ios
$> cordova platform add ios