Pasteboard support for Android?

'afternoon! The SDK docs say that the pasteboard plugin is available for “Android, iOS”:

http://docs.coronalabs.com/daily/plugin/pasteboard/

On Android, using the latest daily build, attempting to include it generates a “does not exist in archive / no field package.preload[‘plugin.pasteboard’]” error. The identical code works without errors on iOS.

I suspect this is an error in the SDK documentation, since a 2013 blog post says the Pasteboard was (at the time) available for iOS only:

http://coronalabs.com/blog/2013/12/17/tutorial-introducing-the-pasteboard-plugin-ios/

If someone could clarify, that would be great.

Can you post your build.settings?

There appears to be one in everything I can see into.

Rob

Rob: And you’re right! I’ll explain my error for folks who are finding this via search someday. In my build.settings file, which I probably created back when the plugin *was* indeed iOS-only, I had this line:

supportedPlatforms = { iphone = true }

Removing that line allows the plugin to work properly. And, more importantly, it confirms that Rob possesses mystical psychic powers when it comes to remote code debugging!

I’m not sure what issues the plugin has, but taking out the iOS only entry from the build.settings at least is letting him run.  Don’t know what condition the plugin is in.

Rob

Can you post your build.settings?

There appears to be one in everything I can see into.

Rob

Rob: And you’re right! I’ll explain my error for folks who are finding this via search someday. In my build.settings file, which I probably created back when the plugin *was* indeed iOS-only, I had this line:

supportedPlatforms = { iphone = true }

Removing that line allows the plugin to work properly. And, more importantly, it confirms that Rob possesses mystical psychic powers when it comes to remote code debugging!

I’m not sure what issues the plugin has, but taking out the iOS only entry from the build.settings at least is letting him run.  Don’t know what condition the plugin is in.

Rob