Android plugins not being found

This seems to be happening only in the latest builds, on a new Macbook I’m using…  I don’t get this when using an Apple skin in the Corona Sim, but whenever I switch in the to a Galaxy S3/S5, I get the error. I checked that folder, and it appears that the plugin file has not been downloaded yet.  Is this something that I’m doing on my end wrong?  I also attached a screenshot of the plugins that have been downloaded.

Module 'plugin\_google\_iap\_v3' not found: no field package.preload['plugin\_google\_iap\_v3'] no file '/Users/natedicken/Library/Application Support/Corona/Simulator/Plugins/plugin\_google\_iap\_v3.lua'

I just built to my Android device and now it crashed on device with the same error, saying the plugin.google.iap.v3 wasn’t found…  Anyone experience this before too?

This is in my build.settings…

["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } },

OK…  FINALLY got it to load.  I had to remove this line from the above chunk of code in build.settings, then the plugin successfully downloaded when I restarted the Corona Simulator…

supportedPlatforms = { android=true }

Is this a bug?

I also had the same issue, i removed that line and now its working…

I just built to my Android device and now it crashed on device with the same error, saying the plugin.google.iap.v3 wasn’t found…  Anyone experience this before too?

This is in my build.settings…

["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } },

OK…  FINALLY got it to load.  I had to remove this line from the above chunk of code in build.settings, then the plugin successfully downloaded when I restarted the Corona Simulator…

supportedPlatforms = { android=true }

Is this a bug?

I also had the same issue, i removed that line and now its working…