-
Notifications
You must be signed in to change notification settings - Fork 145
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
Android build error #168
Comments
You were using this build command to add the SDK? And what is the current appearance of your tags in the config.xml? |
I'm currently running the install via npm like so
The tags in my config.xml look like this: where the xxxx's are our app prefix in the branch dashboard. Am I missing something? |
After updating the plugin installation to point to the git repo, this problem went away. I guess it's just not deployed to npm? |
Thanks for the heads up on this @gabaum10 - I found the issue (actually multiple) and have confirmed that NPM is resolved now with 2.1.10. I'm not sure how we weren't alerted to this earlier. |
So this could very well be a configuration error on my end, but I'm getting this error running the cordova android builds:
Error: Missing attribute value for attribute android:pathPrefix of element data
child_process.js:529
throw err;
^
Error: Command failed: cordova build android --device --buildConfig ../devBuild.json --debug
As best I can tell, it's because there is a duplicate path or something? I tried deleting my old app off the branch dashboard and adding a new one using the same path. Perhaps that screwed it up? I have no idea how to fix it if that's it. I thought as long as you had a different key, you could use the same paths?
The text was updated successfully, but these errors were encountered: