-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in publish.sh script for plugin-x #136
Comments
Yeah, I was able to edit environment.sh which is located here cocos2d-x-3.4\plugin\tools\toolsForPublish to change the paths. Now it's working (more or less). Some plugins are getting published, some don't. a) I need to install cygwin make package - Can you check if this package is installed and give appropriate error message? b) Look at following error: Now publish .target dir is /cygdrive/c/Cocos/source/cocos2d-x-3.4/plugin/publish/plugins/. Publish plugin for android /cygdrive/c/Cocos/source/cocos2d-x-3.4/plugin/toolsNow publish iosiaptarget dir is /cygdrive/c/Cocos/source/cocos2d-x-3.4/plugin/publish/plugins/iosiap Publish plugin for android /cygdrive/c/Cocos/source/cocos2d-x-3.4/plugin/tools |
Nevertheless, I am going on and tried gameDevGuide.sh on my project. That's not the case because when you click on finish, the gui shows "at least select one plugin". After checking admob I get the error that permission is denied on /plugins/admob/android/ForManifest.xml. Looks like the files are all created with wrong permissions (I can't read the files, need to set the permissions as administrator.) |
Hi!
Another Issue for plugin-x from me ^^
Using: Windows 8.1 x64 with cygwin
After ./publish.sh I need to paste the directories for android sdk ndk and ant.
After the script is creating the plugins for everything it shows this error:
./toolsForPublish/publishPlugin.sh: Zeile 73: /cygdrive/c/cocos/tools/ant/ant: No such file or directory
./toolsForPublish/publishPlugin.sh: Zeile 74: /cygdrive/c/cocos/tools/ant/ant: No such file or directory
It adds /ant to the path I set for ant-files. That's wrong?
And how can I reset the ant-path?
The text was updated successfully, but these errors were encountered: