<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I've created a new project in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117056#M74489</link>
    <description>&lt;P&gt;I've created a new project and downloaded the dependancy plugin from&amp;nbsp;https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Extracted and tried to install the plugin locally. I get the error below...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="xdk error_0.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9323i3BC54E0B503B1E84/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="xdk error_0.jpg" alt="xdk error_0.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2016 19:30:40 GMT</pubDate>
    <dc:creator>Paul_C_</dc:creator>
    <dc:date>2016-12-19T19:30:40Z</dc:date>
    <item>
      <title>cordova-plugin-googlemaps installation issue</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117041#M74474</link>
      <description>&lt;P&gt;hello ,&amp;nbsp;&lt;BR /&gt;
	i tried many time to install&amp;nbsp;&lt;SPAN itemprop="name" style="box-sizing: border-box; font-weight: 600;"&gt;&lt;A data-pjax="#js-repo-pjax-container" href="https://github.com/mapsplugin/cordova-plugin-googlemaps" style="box-sizing: border-box; background-color: transparent; color: rgb(64, 120, 192);"&gt;cordova-plugin-googlemaps&lt;/A&gt;&amp;nbsp;but always i get this error message&lt;BR /&gt;
	- i get this error with git Repo installation and also local.&lt;BR /&gt;
	- in the installation process i entered both the android key and ios key&amp;nbsp;&lt;IMG alt="" src="https://cloud.githubusercontent.com/assets/15154710/21204931/fd0e6e2c-c259-11e6-95f5-de9352a8cc11.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 22:54:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117041#M74474</guid>
      <dc:creator>sammoudi_m_</dc:creator>
      <dc:date>2016-12-15T22:54:08Z</dc:date>
    </item>
    <item>
      <title>The plugin you are trying to</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117042#M74475</link>
      <description>&lt;P&gt;The plugin you are trying to install has a dependency on another plugin (&lt;A href="https://github.com/mapsplugin/cordova-plugin-googlemaps/blob/master/plugin.xml#L231"&gt;look inside the plugin.xml file&lt;/A&gt;), which does not get resolved properly during the install. So you need to first install the plugin that satisfies the dependency, then install the plugin that needs the dependency.&lt;/P&gt;

&lt;P&gt;The dependency plugin is not published in the Cordova NPM registry, so you have to install it as a git repo, as follows:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2016-12-15 at 15.04.52 .png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9320iB0E2A575318E1C83/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screen Shot 2016-12-15 at 15.04.52 .png" alt="Screen Shot 2016-12-15 at 15.04.52 .png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Then you can add the first plugin by ID, since it has been published to the Cordova NPM registry:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2016-12-15 at 15.01.46 .png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9321iE9922D6E08C5949E/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screen Shot 2016-12-15 at 15.01.46 .png" alt="Screen Shot 2016-12-15 at 15.01.46 .png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2016 23:37:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117042#M74475</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-12-15T23:37:21Z</dc:date>
    </item>
    <item>
      <title>We've uncovered an issue in</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117043#M74476</link>
      <description>&lt;P&gt;We've uncovered an issue in the plugin manager that may result in that error message persisting, when you try to add a plugin as a git repo, it doesn't affect all plugins, but it does seem to have an effect on the dependency plugin. To get around that problem, you can add the dependency plugin locally by first &lt;A href="https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk/archive/master.zip"&gt;downloading a ZIP of the plugin repo&lt;/A&gt; and then using the "Import local plugin" button to locate the top-level folder of that unzipped plugin on your local hard disk.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 01:08:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117043#M74476</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-12-16T01:08:37Z</dc:date>
    </item>
    <item>
      <title>i getting the same error when</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117044#M74477</link>
      <description>&lt;P&gt;i getting the same error when using the local install for the plugin and also the the dependecy&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 08:19:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117044#M74477</guid>
      <dc:creator>sammoudi_m_</dc:creator>
      <dc:date>2016-12-16T08:19:53Z</dc:date>
    </item>
    <item>
      <title>Do it as I have done, above.</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117045#M74478</link>
      <description>&lt;P&gt;Do it as I have done, above. First install the "dependency" plugin by downloading a ZIP of the repo, unzipping it, and using the "import local" option to add it to your project. Then use the NPM import option. Both are shown in the images in the order you should do them.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 16:56:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117045#M74478</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-12-16T16:56:44Z</dc:date>
    </item>
    <item>
      <title>i have created an new project</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117046#M74479</link>
      <description>&lt;P&gt;i have created an new project&lt;/P&gt;

&lt;P&gt;i have downloaded the dependency plugin , unzip it and i have choosen the folder for local instalaltion ,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;oppp it is the same error :(&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 22:19:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117046#M74479</guid>
      <dc:creator>sammoudi_m_</dc:creator>
      <dc:date>2016-12-16T22:19:21Z</dc:date>
    </item>
    <item>
      <title>Try using the local import</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117047#M74480</link>
      <description>&lt;P&gt;Try using the local import technique for both. Remember to import the dependency plugin first.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 03:45:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117047#M74480</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-12-18T03:45:24Z</dc:date>
    </item>
    <item>
      <title>i already tried this method .</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117048#M74481</link>
      <description>&lt;P&gt;i already tried this method . are you working on mac os system ?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 10:14:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117048#M74481</guid>
      <dc:creator>sammoudi_m_</dc:creator>
      <dc:date>2016-12-18T10:14:10Z</dc:date>
    </item>
    <item>
      <title>I'm also having the same</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117049#M74482</link>
      <description>&lt;P&gt;I'm also having the same issue and error them installing the &lt;SPAN style="font-size: 12px;"&gt;dependency via local install and Git Repo. Are there any other thoughts?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 19:12:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117049#M74482</guid>
      <dc:creator>Paul_C_</dc:creator>
      <dc:date>2016-12-18T19:12:35Z</dc:date>
    </item>
    <item>
      <title>the issue is fixed</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117050#M74483</link>
      <description>&lt;P&gt;&lt;B&gt;the issue is fixed&lt;/B&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;B&gt;replace plugin.xml with&lt;/B&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;&lt;BR /&gt;
	&amp;lt;plugin id="cordova-plugin-googlemaps" version="1.4.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;lt;name&amp;gt;phonegap-googlemaps-plugin&amp;lt;/name&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;lt;js-module name="cordova-plugin-googlemaps" src="www/googlemaps-cdv-plugin.js"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;clobbers target="cordova-plugin-googlemaps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;lt;/js-module&amp;gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;lt;description&amp;gt;Google Maps native SDK for Android and iOS&amp;lt;/description&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;lt;repo&amp;gt;https://github.com/mapsplugin/cordova-plugin-googlemaps&amp;lt;/repo&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;lt;issue&amp;gt;https://github.com/mapsplugin/cordova-plugin-googlemaps/issues&amp;lt;/issue&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;license&amp;gt;Apache 2.0&amp;lt;/license&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;keywords&amp;gt;google,maps,geo&amp;lt;/keywords&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;engines&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;engine name="cordova-android" version="&amp;gt;=5.1.0" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;engine name="cordova-ios" version="&amp;gt;=4.0.0" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;lt;/engines&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!-- android --&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;lt;platform name="android"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;preference name="API_KEY_FOR_ANDROID" /&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;info&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;In order to run this plugin, you need to obtain Google Maps API key for Android.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Visit &lt;A href="https://github.com/mapsplugin/cordova-plugin-googlemaps/wiki/Installation" target="_blank"&gt;https://github.com/mapsplugin/cordova-plugin-googlemaps/wiki/Installation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Check our release notes.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/Release-Notes&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/info&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;config-file target="res/xml/config.xml" parent="/*"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;feature name="GoogleMaps"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param name="android-package" value="plugin.google.maps.GoogleMaps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param name="onload" value="true" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param name="onreset" value="true" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/feature&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;feature name="External"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param name="android-package" value="plugin.google.maps.External" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/feature&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;feature name="Geocoder"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param name="android-package" value="plugin.google.maps.MyGeocoder" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/feature&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/config-file&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;framework src="com.google.android.gms:play-services-maps:9.8.0" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;framework src="com.google.android.gms:play-services-location:9.8.0" /&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- plugin src files --&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/AsyncLicenseInfo.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/AsyncKmlParser.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/AsyncLoadImage.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/AsyncLoadImageInterface.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/GoogleMaps.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/MyPlugin.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/MyPluginLayout.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/MyPluginInterface.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/PluginCircle.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/External.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/MyGeocoder.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/PluginGroundOverlay.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/PluginKmlOverlay.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/PluginMap.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/PluginMarker.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/PluginPolygon.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/PluginPolyline.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/PluginTileOverlay.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/PluginTileProvider.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/PluginUtil.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source-file src="src/android/plugin/google/maps/PluginAsyncInterface.java" target-dir="src/plugin/google/maps" /&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;config-file target="AndroidManifest.xml" parent="/manifest/application"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;meta-data&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; android:name="com.google.android.geo.API_KEY"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; android:value="$API_KEY_FOR_ANDROID" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- Google Play Services SDK --&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;meta-data android:name="com.google.android.gms.version"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;android:value="@integer/google_play_services_version" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/config-file&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;config-file target="AndroidManifest.xml" parent="/manifest"&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;uses-permission android:name="android.permission.INTERNET"/&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- The following two permissions are not required to use&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Google Maps Android API v2, but are recommended. --&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- OpenGL ES version 2 --&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;uses-feature android:glEsVersion="0x00020000" android:required="true" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- GPS --&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;uses-feature android:name="android.hardware.location" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;uses-feature android:name="android.hardware.location.gps" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/config-file&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;lt;/platform&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;add a variable and try to import the local plugin again&lt;/P&gt;

&lt;P&gt;it works&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2016 19:31:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117050#M74483</guid>
      <dc:creator>sammoudi_m_</dc:creator>
      <dc:date>2016-12-18T19:31:08Z</dc:date>
    </item>
    <item>
      <title>It just looks like you've</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117051#M74484</link>
      <description>&lt;P&gt;It just looks like you've removed the iOS section so the plugin will only work for Android. This won't get things working for iOS... am I correct?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:07:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117051#M74484</guid>
      <dc:creator>Paul_C_</dc:creator>
      <dc:date>2016-12-19T12:07:35Z</dc:date>
    </item>
    <item>
      <title>yeah , you can now develop</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117052#M74485</link>
      <description>&lt;P&gt;yeah , you can now develop your android application , then install mac os on virtual machine and re-install the plugin and then generate the ios application&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 12:48:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117052#M74485</guid>
      <dc:creator>sammoudi_m_</dc:creator>
      <dc:date>2016-12-19T12:48:03Z</dc:date>
    </item>
    <item>
      <title>Thanks, I get the Android</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117053#M74486</link>
      <description>&lt;P&gt;Thanks, I get the Android part... works perfectly.&lt;/P&gt;

&lt;P&gt;I think the iOS version needs to work better than that in XDK...&lt;/P&gt;

&lt;P&gt;But as you say development can at least be carried out.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Any thought to get the iOS plugin working on Windows PC development?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 13:09:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117053#M74486</guid>
      <dc:creator>Paul_C_</dc:creator>
      <dc:date>2016-12-19T13:09:00Z</dc:date>
    </item>
    <item>
      <title>We have been able to install</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117054#M74487</link>
      <description>&lt;P&gt;We have been able to install these plugins on both Windows and Mac machines using the "import local" method. Not sure why the workaround is not working for you guys. We'll try again, but if we are unable to reproduce we will have difficulty coming up with a fix.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 16:52:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117054#M74487</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-12-19T16:52:06Z</dc:date>
    </item>
    <item>
      <title>That's fair enough Paul.</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117055#M74488</link>
      <description>&lt;P&gt;That's fair enough Paul. Thanks for looking in to this or us.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 17:24:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117055#M74488</guid>
      <dc:creator>Paul_C_</dc:creator>
      <dc:date>2016-12-19T17:24:46Z</dc:date>
    </item>
    <item>
      <title>I've created a new project</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117056#M74489</link>
      <description>&lt;P&gt;I've created a new project and downloaded the dependancy plugin from&amp;nbsp;https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Extracted and tried to install the plugin locally. I get the error below...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="xdk error_0.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9323i3BC54E0B503B1E84/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="xdk error_0.jpg" alt="xdk error_0.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 19:30:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117056#M74489</guid>
      <dc:creator>Paul_C_</dc:creator>
      <dc:date>2016-12-19T19:30:40Z</dc:date>
    </item>
    <item>
      <title>Paul C, </title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117057#M74490</link>
      <description>&lt;P&gt;Paul C,&amp;nbsp;&lt;BR /&gt;
	could you please help me how to add multiple markers on the map , from an array ?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 19:58:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117057#M74490</guid>
      <dc:creator>sammoudi_m_</dc:creator>
      <dc:date>2016-12-19T19:58:23Z</dc:date>
    </item>
    <item>
      <title>sammoudi m. I haven't got</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117058#M74491</link>
      <description>&lt;DIV class="forum-post-author" style="padding: 2px 0px 2px 2px; display: inline-block; color: rgb(153, 153, 153); font-size: 11px;"&gt;&lt;A href="https://software.intel.com/en-us/user/1244387"&gt;sammoudi m.&lt;/A&gt;&amp;nbsp;I haven't got that far yet. I still want to make sure that I can get the iOS version installed first.&lt;/DIV&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 11px; background-color: rgb(238, 238, 238);"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 20:43:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117058#M74491</guid>
      <dc:creator>Paul_C_</dc:creator>
      <dc:date>2016-12-19T20:43:00Z</dc:date>
    </item>
    <item>
      <title>When you look are plugin file</title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117059#M74492</link>
      <description>&lt;P&gt;When you look are plugin file structure there is no Resources folder within the 'Versions\A' folder&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Paul C. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I've created a new project and downloaded the dependancy plugin from&amp;nbsp;&lt;A href="https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk"&gt;https://github.com/mapsplugin/cordova-plugin-googlemaps-sdk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Extracted and tried to install the plugin locally. I get the error below...&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 20:47:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117059#M74492</guid>
      <dc:creator>Paul_C_</dc:creator>
      <dc:date>2016-12-19T20:47:51Z</dc:date>
    </item>
    <item>
      <title>I have the same problem :( </title>
      <link>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117060#M74493</link>
      <description>&lt;P&gt;I have the same problem :(&amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Adding the Repo URL with the Git repo option, adding my variables and Uh ! , the same error :,c&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="error_1.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9324iBDDFD5834BD2FED4/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="error_1.PNG" alt="error_1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="error_2.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9325i4CFACCAFAD537369/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="error_2.PNG" alt="error_2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2016 22:49:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/cordova-plugin-googlemaps-installation-issue/m-p/1117060#M74493</guid>
      <dc:creator>Ricardo__Perez</dc:creator>
      <dc:date>2016-12-19T22:49:51Z</dc:date>
    </item>
  </channel>
</rss>

