Error Packaging Google VR Android Project

There seems to be missing a Plugin Folder in my Project, how do I find it or create it?

LogDirectoryWatcher:Warning: Failed to begin reading directory changes for …/…/…/…/CA_UE_1.0/MyFirstProject/Plugins/. Error: O sistema não conseguiu localizar o ficheiro especificado. (0x00000002) [System cannot locate the specified file]
LogUObjectGlobals:Warning: Failed to find object ‘Class None.’

Hey joaofernandes,

Could you please provide the full output log from your project’s Saved->Logs folder?

If a file cannot be found, it’s possible that you don’t have the proper plugin enabled in your editor. Make sure that you have the Google VR plugin enabled under Edit->Plugins.

Also, it could have something to do with the special characters in your project directory, specifically I see CA_UE_1.0. Try putting it somewhere else in a file path that doesn’t contain special characters, such as on your desktop, and trying again.

Let me know if this works, and if not please do provide the full output log.

Thanks